Author: justin
Date: 2005-12-05 23:40:15 -0700 (Mon, 05 Dec 2005)
New Revision: 1229
Modified:
trunk/packages/LFS-BOOK/Makefile
Log:
[trunk] Added the revision number to LFS-BOOK Makefile. This should ensure
that package versions on the CD match the book version. The revision only
applies to LFS trunk, and should be updated when LFS packages are updated.
Modified: trunk/packages/LFS-BOOK/Makefile
===================================================================
--- trunk/packages/LFS-BOOK/Makefile 2005-12-06 05:06:12 UTC (rev 1228)
+++ trunk/packages/LFS-BOOK/Makefile 2005-12-06 06:40:15 UTC (rev 1229)
@@ -4,6 +4,12 @@
VRS= trunk
DIR= $(NM)-$(VRS)-HTML
+# Ensure sources match LFS book for "trunk". Update along with LFS packages.
+ifeq ($(VRS),trunk)
+REV= 7197
+REVPARM= -r $(REVISION)
+endif
+
URL= svn://svn.linuxfromscratch.org/LFS/$(VRS)/BOOK
FIREFOX_CONFIG= $(ROOT)/root/.mozilla/firefox/2qwpcv2u.default/prefs.js
@@ -17,7 +23,7 @@
stage2: Makefile
@$(call echo_message, Building)
- @svn co -q $(URL) $(NM)
+ @svn co -q $(REVPARM) $(URL) $(NM)
@cd $(NM) ; make BASEDIR=../$(DIR)
cp -av $(DIR) /usr/share
@sed -i \
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page