OSDN Git Service

Kill ill advised find command that was not doing anything
authorEric Andersen <andersen@codepoet.org>
Fri, 26 Jul 2002 05:12:16 +0000 (05:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 26 Jul 2002 05:12:16 +0000 (05:12 -0000)
productive, but did annoying things instead.
 -Erik

Makefile

index 0c199a2..59f5bb8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -375,10 +375,9 @@ distclean clean:
            $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;         \
        fi;
        @if [ $(TARGET_ARCH) = "mipsel" ]; then \
-           rm -f libc/sysdeps/linux/$(TARGET_ARCH); \
-           rm -f ldso/ldso/$(TARGET_ARCH); \
-           rm -f libpthread/linuxthreads/sysdeps/$(TARGET_ARCH); \
-           find . -type l -exec rm -f {} \; ; \
+           rm -f ldso/ldso/mipsel; \
+           rm -f libc/sysdeps/linux/mipsel; \
+           rm -f libpthread/linuxthreads/sysdeps/mipsel; \
        fi;
 
 dist release: distclean