Changeset b99e56a for common/libs


Ignore:
Timestamp:
08/09/2017 01:49:14 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4
Children:
caee4df
Parents:
9f6ceb0
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r9f6ceb0 rb99e56a  
    3535# validation will not be done again.
    3636  cp -ruT --preserve=timestamps $BLFS_WC_LOCATION \
    37                                 ${BUILDDIR}${BLFS_ROOT}/blfs-xml
     37                                ${BUILDDIR}${BLFS_ROOT}/$BLFS_XML
    3838fi
    3939# Downloads the book if necessary, initialize the tracking file and the
     
    4141# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
    4242# has to be created
    43 sudo make -j1 -C $BUILDDIR$BLFS_ROOT          \
    44           REV=$INITSYS                        \
    45           TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
     43sudo make -j1 -C $BUILDDIR$BLFS_ROOT             \
     44          REV=$INITSYS                           \
     45          TRACKING_DIR=$BUILDDIR$TRACKING_DIR    \
     46          BLFS_XML=$BUILDDIR$BLFS_ROOT/$BLFS_XML \
     47          SVN=$SVN_2/BLFS/$BLFS_TREE             \
    4648          $BUILDDIR$BLFS_ROOT/packages.xml
    4749
Note: See TracChangeset for help on using the changeset viewer.