Changeset 7654f3e in mainline for uspace/Makefile


Ignore:
Timestamp:
2017-11-10T13:54:10Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
676e833
Parents:
731d8f9
Message:

Fix 'make clean' in individual uspace directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r731d8f9 r7654f3e  
    260260        find lib app drv srv -name '*.lo' -follow -exec rm \{\} \;
    261261        find lib app drv srv -name '*.d' -follow -exec rm \{\} \;
    262         find lib app drv srv -name 'tag' -follow -exec rm \{\} \;
    263262
    264263$(CLEANS):
    265         -$(MAKE) -r -C $(basename $@) clean
     264        -$(MAKE) -r -C $(basename $@) fasterclean
    266265
    267266$(BASE_BUILDS) $(BUILDS):
Note: See TracChangeset for help on using the changeset viewer.