Changeset 68825c3 in mainline
- Timestamp:
- 2017-11-07T16:27:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b8d4af4b
- Parents:
- 7f881cd8
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7f881cd8 r68825c3 253 253 254 254 clean: $(CLEANS) 255 find lib app drv srv -name '*.o' -follow -exec rm \{\} \; 256 find lib app drv srv -name '*.lo' -follow -exec rm \{\} \; 257 find lib app drv srv -name '*.d' -follow -exec rm \{\} \; 255 258 256 259 $(CLEANS): -
uspace/Makefile.common
r7f881cd8 r68825c3 228 228 clean: 229 229 rm -f $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN) 230 find . -name '*.o' -follow -exec rm \{\} \;231 find . -name '*.lo' -follow -exec rm \{\} \;232 find . -name '*.d' -follow -exec rm \{\} \;233 230 234 231 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note:
See TracChangeset
for help on using the changeset viewer.