Changeset 9f8f183 in mainline for uspace/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
  • uspace/Makefile

    r8fa54e3 r9f8f183  
    8787
    8888$(CLEANS):
    89         $(MAKE) -C $(basename $@) clean ARCH=$(ARCH)
     89        -$(MAKE) -C $(basename $@) clean ARCH=$(ARCH)
    9090
    9191$(BUILDS):
Note: See TracChangeset for help on using the changeset viewer.