Explorar el Código

Remove gratuitous symlink trashing

Eric Andersen hace 23 años
padre
commit
1664b0f398
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -342,7 +342,6 @@ distclean clean:
 	    $(MAKE) -C libc/sysdeps/linux/$(TARGET_ARCH) clean;		\
 	fi;
 	- find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core -o -name .\#\* \) -exec rm -f {} \;
-	- find -type l -exec rm -f {} \;
 
 dist release: distclean
 	cd ..;					\