Changeset f0c9aff in mainline for uspace/Makefile


Ignore:
Timestamp:
2008-12-14T11:37:31Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e32b65a
Parents:
a1e28489
Message:

Clean .o files in individual makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    ra1e28489 rf0c9aff  
    8686
    8787clean: $(CLEANS)
    88         find $(DIRS) -name '*.o' -follow -exec rm \{\} \;
    89         find lib/libc -name "_link.ld" -exec rm \{\} \;
    9088
    9189distclean: clean
Note: See TracChangeset for help on using the changeset viewer.