[EMAIL PROTECTED] wrote:
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
Jeremy, what say you? Will this actually work? Alexander suggested it
and I think it is a good idea. This seems useful for any release from
trunk we do. Without it, all the buildscripts tarballs (like 6.2-pre1)
and any old backups of trunk will have old LFS development package
versions but the newest freshest book. We just need to remember to
update it when we update LFS packages. ;) Any other solutions or ideas?
Justin
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page