Author: justin
Date: 2006-03-27 06:25:06 -0700 (Mon, 27 Mar 2006)
New Revision: 1455

Modified:
   branches/6.1.1/Makefile
   branches/6.1.1/packages/squashfs/Makefile
Log:
[6.1.1] Fix incorrect clean target for squashfs, which removed the patch before 
it was applied.

Modified: branches/6.1.1/Makefile
===================================================================
--- branches/6.1.1/Makefile     2006-03-27 05:03:50 UTC (rev 1454)
+++ branches/6.1.1/Makefile     2006-03-27 13:25:06 UTC (rev 1455)
@@ -404,6 +404,7 @@
        @echo find $(PKG)/binutils/* ! -path '$(PKG)/binutils/vars*' -xtype d 
-exec rm -rf \{} \;
        @rm -f $(PKG)/wget/{prebuild,.pass2}
        @rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest}
+       @rm -f $(PKG)/linux/squashfs2.2-patch
        @-rm -f $(SRC) $(ROOT) $(LFSSRC)
 
 scrub: clean

Modified: branches/6.1.1/packages/squashfs/Makefile
===================================================================
--- branches/6.1.1/packages/squashfs/Makefile   2006-03-27 05:03:50 UTC (rev 
1454)
+++ branches/6.1.1/packages/squashfs/Makefile   2006-03-27 13:25:06 UTC (rev 
1455)
@@ -26,6 +26,5 @@
 
 clean:
        -rm -rf $(DIR)
-       -rm -f $(ROOT)/$(PKG)/linux/squashfs2.2-patch
 
 .PHONY: clean chroot compile-stage2

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

Reply via email to