Author: alexander
Date: 2007-03-06 09:50:38 -0700 (Tue, 06 Mar 2007)
New Revision: 1822
Modified:
trunk/packages/perl/Makefile
Log:
Made sure that perl libc patch is copied to /lfs-sources even if one
reuses the tools tarball from a previous build.
Modified: trunk/packages/perl/Makefile
===================================================================
--- trunk/packages/perl/Makefile 2007-03-06 15:24:26 UTC (rev 1821)
+++ trunk/packages/perl/Makefile 2007-03-06 16:50:38 UTC (rev 1822)
@@ -12,8 +12,6 @@
URL-$(PATCH1)= $(HTTP)/$(NM)/$(PATCH1)
SHA-$(PATCH1)= b72468149c5eee6faefde7f32bb05bda6e2a1c9d
-STAGE2_DEPS = $(FILE)
-
# Targets
include $(ROOT)/scripts/functions
@@ -35,7 +33,7 @@
chroot "$(MP)" $(chenv-pre-bash) \
'cd $(ROOT) && make ch-$(NM) $(chbash-pre-bash)'
-stage2: Makefile $(STAGE2_DEPS)
+stage2: Makefile $(FILE) $(PATCH1)
$(std_build)
compile-stage2:
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page