Parcourir la source

Addition to 'distclean' for little endian MIPS.

"Steven J. Hill" il y a 23 ans
Parent
commit
726b66de5c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -378,6 +378,7 @@ distclean clean:
 	    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 {} \; ; \
 	fi;
 
 dist release: distclean