Author: pierre
Date: Wed Aug  9 06:49:14 2017
New Revision: 3987

Log:
Merge trunk r3986: common/libs/func_install_blfs:
Honour-variables-set-in-jhalfs

Modified:
   jhalfs/branches/2.4/common/libs/func_install_blfs

Modified: jhalfs/branches/2.4/common/libs/func_install_blfs
==============================================================================
--- jhalfs/branches/2.4/common/libs/func_install_blfs   Wed Aug  9 06:47:45 
2017        (r3986)
+++ jhalfs/branches/2.4/common/libs/func_install_blfs   Wed Aug  9 06:49:14 
2017        (r3987)
@@ -34,15 +34,17 @@
 # book has already been validated, tmp is posterior to the others, and
 # validation will not be done again.
   cp -ruT --preserve=timestamps $BLFS_WC_LOCATION \
-                                ${BUILDDIR}${BLFS_ROOT}/blfs-xml
+                                ${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
 fi
 # Downloads the book if necessary, initialize the tracking file and the
 # package database.
 # sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
 # has to be created
-sudo make -j1 -C $BUILDDIR$BLFS_ROOT          \
-          REV=$INITSYS                        \
-          TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
+sudo make -j1 -C $BUILDDIR$BLFS_ROOT             \
+          REV=$INITSYS                           \
+          TRACKING_DIR=$BUILDDIR$TRACKING_DIR    \
+          BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \
+          SVN=$SVN_2/BLFS/$BLFS_TREE             \
           $BUILDDIR$BLFS_ROOT/packages.xml
 
 # Because the BLFS Makefile is supposed to be used in chroot (or booted)
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to