Changeset 7654f3e in mainline for uspace/Makefile
- Timestamp:
- 2017-11-10T13:54:10Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 676e833
- Parents:
- 731d8f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r731d8f9 r7654f3e 260 260 find lib app drv srv -name '*.lo' -follow -exec rm \{\} \; 261 261 find lib app drv srv -name '*.d' -follow -exec rm \{\} \; 262 find lib app drv srv -name 'tag' -follow -exec rm \{\} \;263 262 264 263 $(CLEANS): 265 -$(MAKE) -r -C $(basename $@) clean264 -$(MAKE) -r -C $(basename $@) fasterclean 266 265 267 266 $(BASE_BUILDS) $(BUILDS):
Note:
See TracChangeset
for help on using the changeset viewer.