common/libs/func_install_blfs:
Honour-variables-set-in-jhalfs
This commit is contained in:
parent
51dba866a0
commit
340c27e8ae
1 changed files with 6 additions and 4 deletions
|
@ -39,15 +39,17 @@ echo "copying the local BLFS working copy (may take some time)"
|
||||||
# book has already been validated, tmp is posterior to the others, and
|
# book has already been validated, tmp is posterior to the others, and
|
||||||
# validation will not be done again.
|
# validation will not be done again.
|
||||||
cp -ruT --preserve=timestamps $BLFS_WC_LOCATION \
|
cp -ruT --preserve=timestamps $BLFS_WC_LOCATION \
|
||||||
${BUILDDIR}${BLFS_ROOT}/blfs-xml
|
${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
|
||||||
fi
|
fi
|
||||||
# Downloads the book if necessary, initialize the tracking file and the
|
# Downloads the book if necessary, initialize the tracking file and the
|
||||||
# package database.
|
# package database.
|
||||||
# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
|
# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
|
||||||
# has to be created
|
# has to be created
|
||||||
sudo make -j1 -C $BUILDDIR$BLFS_ROOT \
|
sudo make -j1 -C $BUILDDIR$BLFS_ROOT \
|
||||||
REV=$INITSYS \
|
REV=$INITSYS \
|
||||||
TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
|
TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
|
||||||
|
BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \
|
||||||
|
SVN=$SVN_2/BLFS/$BLFS_TREE \
|
||||||
$BUILDDIR$BLFS_ROOT/packages.xml
|
$BUILDDIR$BLFS_ROOT/packages.xml
|
||||||
|
|
||||||
# Because the BLFS Makefile is supposed to be used in chroot (or booted)
|
# Because the BLFS Makefile is supposed to be used in chroot (or booted)
|
||||||
|
|
Reference in a new issue