]> Git Repo - uclibc-ng.git/commitdiff
Kill ill advised find command that was not doing anything
authorEric Andersen <[email protected]>
Fri, 26 Jul 2002 05:12:16 +0000 (05:12 -0000)
committerEric Andersen <[email protected]>
Fri, 26 Jul 2002 05:12:16 +0000 (05:12 -0000)
productive, but did annoying things instead.
 -Erik

Makefile

index 0c199a2df088ef4bc7cedccde4b0ff3a556bdc6b..59f5bb8eac260797afcb90c4932e961362fde215 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
This page took 0.023567 seconds and 4 git commands to generate.