Browse Source

Ok, I get it. sjhill kept adding the 'find' command since
include/sgidefs.h wasn't getting scrubbed. Fix it so this
symlink gets properly scrubbed, even for mipsel.
-Erik

Eric Andersen 22 years ago
parent
commit
4063399147
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Makefile
  2. 1 0
      libc/sysdeps/linux/mips/Makefile

+ 1 - 0
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; \

+ 1 - 0
libc/sysdeps/linux/mips/Makefile

@@ -67,4 +67,5 @@ headers:
 clean:
 	rm -f *.[oa] *~ core
 	rm -f bits/syscall.h
+	rm -f $(TOPDIR)/include/sgidefs.h