Author: alexander Date: 2007-08-28 09:45:24 -0600 (Tue, 28 Aug 2007) New Revision: 2037
Modified: trunk/Makefile trunk/packages/LFS-BOOK/Makefile trunk/packages/linux-headers/Makefile trunk/packages/linux/Makefile trunk/packages/linux64/Makefile Log: Updated the book, and made the CD version autogenerated Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2007-08-22 16:03:20 UTC (rev 2036) +++ trunk/Makefile 2007-08-28 15:45:24 UTC (rev 2037) @@ -32,7 +32,9 @@ #============================================================================== export CD_ARCH := $(shell uname -m | sed 's|i[3456]|x|') -export VERSION ?= $(CD_ARCH)-6.3-pre2 +# A dirty hack to get the current revision +# needed because in the beginning of Chapter6 there is no subversion +export VERSION ?= $(CD_ARCH)-6.3-r`sed -n 4p .svn/entries` export CFLAGS ?= -O2 -pipe -s -fno-strict-aliasing ifeq ($(CD_ARCH),x86) Modified: trunk/packages/LFS-BOOK/Makefile =================================================================== --- trunk/packages/LFS-BOOK/Makefile 2007-08-22 16:03:20 UTC (rev 2036) +++ trunk/packages/LFS-BOOK/Makefile 2007-08-28 15:45:24 UTC (rev 2037) @@ -10,7 +10,7 @@ #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 -REV= 8333 +REV= 8340 REVPARM= -r $(REV) ifeq ($(CD_ARCH),x86) Modified: trunk/packages/linux/Makefile =================================================================== --- trunk/packages/linux/Makefile 2007-08-22 16:03:20 UTC (rev 2036) +++ trunk/packages/linux/Makefile 2007-08-28 15:45:24 UTC (rev 2037) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.22.4 +VRS= 2.6.22.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950 +SHA-$(FILE)= a04e4efb32884ab95fe0ec38d60552cf3e0c49b8 PATCH1= reiser4-for-2.6.22-2.patch.gz URL-$(PATCH1)= ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/$(PATCH1) Modified: trunk/packages/linux-headers/Makefile =================================================================== --- trunk/packages/linux-headers/Makefile 2007-08-22 16:03:20 UTC (rev 2036) +++ trunk/packages/linux-headers/Makefile 2007-08-28 15:45:24 UTC (rev 2037) @@ -1,12 +1,12 @@ # Linux-headers Makefile NM= linux -VRS= 2.6.22.4 +VRS= 2.6.22.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950 +SHA-$(FILE)= a04e4efb32884ab95fe0ec38d60552cf3e0c49b8 # Targets Modified: trunk/packages/linux64/Makefile =================================================================== --- trunk/packages/linux64/Makefile 2007-08-22 16:03:20 UTC (rev 2036) +++ trunk/packages/linux64/Makefile 2007-08-28 15:45:24 UTC (rev 2037) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.22.4 +VRS= 2.6.22.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= cc729d89add08c6fd7b91e440eda459b9c284950 +SHA-$(FILE)= a04e4efb32884ab95fe0ec38d60552cf3e0c49b8 PATCH1= reiser4-for-2.6.22-2.patch.gz URL-$(PATCH1)= ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.22/$(PATCH1) -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
