Changeset 9c14309 in mainline


Ignore:
Timestamp:
2017-10-21T04:49:44Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc92076
Parents:
4761f54
Message:

Fix a small inconsistency introduced in previous commit.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r4761f54 r9c14309  
    227227
    228228clean:
    229         rm -f $(DEPENDS) $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN)
     229        rm -f $(JOB) $(OUTPUT) $(LARCHIVE) $(LOUTPUT) $(EXTRA_OUTPUT) $(EXTRA_CLEAN)
    230230        find . -name '*.o' -follow -exec rm \{\} \;
    231231        find . -name '*.lo' -follow -exec rm \{\} \;
     232        find . -name '*.d' -follow -exec rm \{\} \;
    232233
    233234COMMON_CFLAGS = $(INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
  • uspace/lib/pcut/Makefile

    r4761f54 r9c14309  
    2525        $(PCUT_TEST_PREFIX)xmlreport$(PCUT_TEST_SUFFIX)
    2626
    27 EXTRA_CLEAN = $(SELF_TESTS) tests/*.d
     27EXTRA_CLEAN = $(SELF_TESTS)
    2828
    2929include helenos.mak
Note: See TracChangeset for help on using the changeset viewer.