Changeset 9f8f183 in mainline for Makefile


Ignore:
Timestamp:
2007-10-26T20:34:37Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c950a0b
Parents:
8fa54e3
Message:

Build system fixes.
Continue cleaning uspace even if cleanup of one component fails.
Remove main Makefile.config after boot, kernel and uspace are cleaned because
cleaning of these components might depend on variables set in the main
Makefile.config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8fa54e3 r9f8f183  
    137137
    138138distclean:
    139         -rm Makefile.config
    140139        -$(MAKE) -C kernel distclean
    141140        -$(MAKE) -C uspace distclean
    142141        -$(MAKE) -C boot distclean
     142        -rm Makefile.config
    143143
    144144clean:
Note: See TracChangeset for help on using the changeset viewer.