]> Git Repo - uclibc-ng.git/commitdiff
Additionally remove libc/tmp
authorDavid Schleef <[email protected]>
Sat, 16 Feb 2002 02:41:59 +0000 (02:41 -0000)
committerDavid Schleef <[email protected]>
Sat, 16 Feb 2002 02:41:59 +0000 (02:41 -0000)
Makefile

index 296135eabdfe1262440d45b899b1369fa3efcbbb..0c6dd7a6eaad4988c8bd94d2214df65e42bd458f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -282,7 +282,7 @@ finished2:
 
 
 distclean clean:
-       @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h
+       @rm -rf tmp lib include/bits/uClibc_config.h uClibc_config.h libc/tmp
        - find include -type l -exec rm -f {} \;
        - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
        $(MAKE) -C test clean
This page took 0.023603 seconds and 4 git commands to generate.