Author: justin
Date: 2006-03-26 22:03:50 -0700 (Sun, 26 Mar 2006)
New Revision: 1454
Modified:
branches/6.1.1/Makefile
branches/6.1.1/packages/binutils/Makefile
branches/6.1.1/packages/squashfs/Makefile
Log:
[6.1.1] Fixed the clean targets to remove 3 files that are still leftover after
make scrub.
Modified: branches/6.1.1/Makefile
===================================================================
--- branches/6.1.1/Makefile 2006-03-24 16:50:24 UTC (rev 1453)
+++ branches/6.1.1/Makefile 2006-03-27 05:03:50 UTC (rev 1454)
@@ -402,7 +402,7 @@
@find $(PKG) -name "*.log" -exec rm -rf \{} \;
@find $(PKG)/*/ -type l -exec rm -fr \{} \;
@echo find $(PKG)/binutils/* ! -path '$(PKG)/binutils/vars*' -xtype d
-exec rm -rf \{} \;
- @rm -f $(PKG)/wget/prebuild
+ @rm -f $(PKG)/wget/{prebuild,.pass2}
@rm -f $(PKG)/binutils/{a.out,dummy.c,.spectest}
@-rm -f $(SRC) $(ROOT) $(LFSSRC)
Modified: branches/6.1.1/packages/binutils/Makefile
===================================================================
--- branches/6.1.1/packages/binutils/Makefile 2006-03-24 16:50:24 UTC (rev
1453)
+++ branches/6.1.1/packages/binutils/Makefile 2006-03-27 05:03:50 UTC (rev
1454)
@@ -82,5 +82,6 @@
clean:
-rm -rf $(DIR)
-rm -rf $(NM)-build
+ -rm -f .specstest
.PHONY: compile-pass1 clean chroot compile-pass2 compile-stage2
Modified: branches/6.1.1/packages/squashfs/Makefile
===================================================================
--- branches/6.1.1/packages/squashfs/Makefile 2006-03-24 16:50:24 UTC (rev
1453)
+++ branches/6.1.1/packages/squashfs/Makefile 2006-03-27 05:03:50 UTC (rev
1454)
@@ -26,5 +26,6 @@
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