Author: alexander
Date: 2006-12-08 07:50:24 -0700 (Fri, 08 Dec 2006)
New Revision: 1774

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

Modified: branches/6.2/Makefile
===================================================================
--- branches/6.2/Makefile       2006-12-08 14:18:30 UTC (rev 1773)
+++ branches/6.2/Makefile       2006-12-08 14:50:24 UTC (rev 1774)
@@ -454,7 +454,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