Changeset b76f2f8 in mainline for uspace/Makefile


Ignore:
Timestamp:
2007-07-06T16:04:08Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7509e5
Parents:
36c9234
Message:

Fix two minor bugs in uspace's make clean.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r36c9234 rb76f2f8  
    7878
    7979clean: $(CLEANS)
    80         find $(SOURCES) -name '*.o' -follow -exec rm \{\} \;
    81         find libc -name "_link.ld" -exec rm \{\} \;
     80        find $(DIRS) -name '*.o' -follow -exec rm \{\} \;
     81        find lib/libc -name "_link.ld" -exec rm \{\} \;
    8282
    8383distclean: clean
Note: See TracChangeset for help on using the changeset viewer.