BLFS: call make with proper arguments
Uses *-BRANCH variables when running make
This commit is contained in:
parent
4ed4a3244d
commit
2ac2fc50b9
1 changed files with 2 additions and 0 deletions
|
@ -52,8 +52,10 @@ sudo make -j1 -C $BUILDDIR$BLFS_ROOT \
|
|||
TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
|
||||
LFS_XML=$BUILDDIR$BLFS_ROOT/$LFS_XML \
|
||||
LFS-GIT=$GIT/lfs.git \
|
||||
LFS-BRANCH=${LFS_TREE} \
|
||||
BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \
|
||||
GIT=$GIT/blfs.git \
|
||||
BLFS-BRANCH=${BLFS_TREE} \
|
||||
$BUILDDIR$BLFS_ROOT/packages.xml
|
||||
|
||||
# But then $BUILDDIR/var/lib/ is owned by root if just created, which
|
||||
|
|
Reference in a new issue