Author: alexander
Date: 2006-12-08 07:51:06 -0700 (Fri, 08 Dec 2006)
New Revision: 1775

Modified:
   trunk/Makefile
Log:
Remove Xorg -stage2 files on "make scrub"

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2006-12-08 14:50:24 UTC (rev 1774)
+++ trunk/Makefile      2006-12-08 14:51:06 UTC (rev 1775)
@@ -457,7 +457,7 @@
        @find $(PKG) -name "pass*" -exec rm -rf \{} \;
        @find $(PKG) -name "stage*" -exec rm -rf \{} \;
        @find $(PKG) -name "*.log" -exec rm -rf \{} \;
-       @echo find $(PKG)/binutils/* ! -path '$(PKG)/binutils/vars*' -xtype d 
-exec rm -rf \{} \;
+       @rm -f $(PKG)/Xorg-*/*-stage2
        @rm -f $(PKG)/wget/prebuild
        @rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest}
        @-rm -f $(SRC) $(ROOT) $(LFSSRC)

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

Reply via email to