Changeset 9c14309 in mainline
- Timestamp:
- 2017-10-21T04:49:44Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc92076
- Parents:
- 4761f54
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r4761f54 r9c14309 227 227 228 228 clean: 229 rm -f $( DEPENDS) $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN)229 rm -f $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN) 230 230 find . -name '*.o' -follow -exec rm \{\} \; 231 231 find . -name '*.lo' -follow -exec rm \{\} \; 232 find . -name '*.d' -follow -exec rm \{\} \; 232 233 233 234 COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \ -
uspace/lib/pcut/Makefile
r4761f54 r9c14309 25 25 $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX) 26 26 27 EXTRA_CLEAN = $(SELF_TESTS) tests/*.d27 EXTRA_CLEAN = $(SELF_TESTS) 28 28 29 29 include helenos.mak
Note:
See TracChangeset
for help on using the changeset viewer.