OSDN Git Service

Additionally remove libc/tmp
authorDavid Schleef <ds@schleef.org>
Sat, 16 Feb 2002 02:41:59 +0000 (02:41 -0000)
committerDavid Schleef <ds@schleef.org>
Sat, 16 Feb 2002 02:41:59 +0000 (02:41 -0000)
Makefile

index 296135e..0c6dd7a 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