Changeset 68825c3 in mainline for uspace/Makefile


Ignore:
Timestamp:
2017-11-07T16:27:42Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8d4af4b
Parents:
7f881cd8
Message:

Speed up make clean by moving find out of the recursion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r7f881cd8 r68825c3  
    253253
    254254clean: $(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 \{\} \;
    255258
    256259$(CLEANS):
Note: See TracChangeset for help on using the changeset viewer.