Author: jhuntwork
Date: 2005-11-12 21:39:41 -0700 (Sat, 12 Nov 2005)
New Revision: 1069

Modified:
   trunk/Makefile
Log:
Fixed make clean

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2005-11-13 03:58:59 UTC (rev 1068)
+++ trunk/Makefile      2005-11-13 04:39:41 UTC (rev 1069)
@@ -563,8 +563,9 @@
        @rm -f adjusting-toolchain
 endif
        @echo find $(PKG)/binutils/* ! -path '$(PKG)/binutils/vars*' -xtype d 
-exec rm -rf \{} \;
-       @rm -f $(PKG)/wget/prebuild
-       @rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest}
+       @rm -f $(PKG)/wget/{prebuild,.pass2}
+       @rm -f $(PKG)/binutils/{a.out,dummy.c,.specstest}
+       @rm -f initramfs/stage2
        @-rm -f $(SRC) $(ROOT) $(LFSSRC)
 
 scrub: clean

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to