OSDN Git Service

Ok, I get it. sjhill kept adding the 'find' command since
authorEric Andersen <andersen@codepoet.org>
Fri, 26 Jul 2002 05:21:56 +0000 (05:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 26 Jul 2002 05:21:56 +0000 (05:21 -0000)
include/sgidefs.h wasn't getting scrubbed.  Fix it so this
symlink gets properly scrubbed, even for mipsel.
 -Erik

Makefile
libc/sysdeps/linux/mips/Makefile

index 59f5bb8..ae0142e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -375,6 +375,7 @@ distclean clean:
            $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;         \
        fi;
        @if [ $(TARGET_ARCH) = "mipsel" ]; then \
+           $(MAKE) -C libc/sysdeps/linux/mips clean; \
            rm -f ldso/ldso/mipsel; \
            rm -f libc/sysdeps/linux/mipsel; \
            rm -f libpthread/linuxthreads/sysdeps/mipsel; \
index a3fe845..31710b0 100644 (file)
@@ -67,4 +67,5 @@ headers:
 clean:
        rm -f *.[oa] *~ core
        rm -f bits/syscall.h
+       rm -f $(TOPDIR)/include/sgidefs.h