Author: alexander Date: 2006-01-07 06:32:17 -0700 (Sat, 07 Jan 2006) New Revision: 1339
Modified: trunk/packages/lfs-bootscripts/Makefile trunk/packages/libtool/Makefile trunk/packages/man-pages/Makefile Log: Updated versions of LFS packages to match the book Modified: trunk/packages/lfs-bootscripts/Makefile =================================================================== --- trunk/packages/lfs-bootscripts/Makefile 2006-01-07 13:15:27 UTC (rev 1338) +++ trunk/packages/lfs-bootscripts/Makefile 2006-01-07 13:32:17 UTC (rev 1339) @@ -1,31 +1,24 @@ # LFS-Bootscripts Makefile NM= lfs-bootscripts -VRS= 3.2.1 +VRS= 20051223 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 6de412b717ae09fbaf701ec9485b60f496f173aa +URL-$(FILE)= http://www.linuxfromscratch.org/~dj/$(NM)/$(FILE) +SHA-$(FILE)= 4d419d9bd4a28861214dd83d0ec9dc0a6325d30d -FILE1= console -URL-$(FILE1)= http://www.linuxfromscratch.org/~alexander/patches/$(FILE1) -SHA-$(FILE1)= 2c9c97b6576af6dddedca75cfadf431d5aa53fda - # Targets include $(ROOT)/scripts/functions -$(FILE1): - $(call download,$@,$(URL-$@),$(SHA-$@)) - chroot: chroot "$(MP)" $(chenv-blfs) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' -stage2: Makefile $(FILE) $(FILE1) +stage2: Makefile $(FILE) $(std_build) - cp $(SRC)/{$(FILE),$(FILE1)} $(LFSSRC) + cp $(SRC)/$(FILE) $(LFSSRC) compile-stage2: sed -i s/sane/cooked/ lfs/init.d/functions Modified: trunk/packages/libtool/Makefile =================================================================== --- trunk/packages/libtool/Makefile 2006-01-07 13:15:27 UTC (rev 1338) +++ trunk/packages/libtool/Makefile 2006-01-07 13:32:17 UTC (rev 1339) @@ -1,12 +1,12 @@ # Libtool Makefile NM= libtool -VRS= 1.5.20 +VRS= 1.5.22 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 7d94f8a4c67f435051905d6e629df861ecb45ed1 +SHA-$(FILE)= 1aeec8e1f9667fa971ba21608d398d278577dd03 # Targets Modified: trunk/packages/man-pages/Makefile =================================================================== --- trunk/packages/man-pages/Makefile 2006-01-07 13:15:27 UTC (rev 1338) +++ trunk/packages/man-pages/Makefile 2006-01-07 13:32:17 UTC (rev 1339) @@ -1,12 +1,12 @@ # Man-pages Makefile NM= man-pages -VRS= 2.17 +VRS= 2.18 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= 1056adde5bf06f98a17dba07cb6fa41cd344f6be +SHA-$(FILE)= 8f3de81d0c5108ca5e3cf6b732fe5176c31a1457 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
