Changeset 6ed3dd7 for jhalfs


Ignore:
Timestamp:
12/15/2013 10:10:25 AM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
532ede6
Parents:
382b083
Message:

Change the prerequisite tests so that alfs tools are first checked, then blfs,
and the host reqs are tested later

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r382b083 r6ed3dd7  
    248248[[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    249249
     250[[ $VERBOSITY > 0 ]] && echo Checking tools required for jhalfs
     251check_alfs_tools
     252
     253[[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
     254
    250255# blfs-tool envars
    251256BLFS_TOOL=${BLFS_TOOL:-n}
    252257if [[ "${BLFS_TOOL}" = "y" ]] ; then
     258  [[ $VERBOSITY > 0 ]] && echo Checking supplementary tools for installing BLFS
     259  check_blfs_tools
     260  [[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    253261  BLFS_SVN=${BLFS_SVN:-n}
    254262  BLFS_WORKING_COPY=${BLFS_WORKING_COPY:-n}
     
    401409  # Install blfs-tool, if requested.
    402410  if [[ "${BLFS_TOOL}" = "y" ]] ; then
    403     echo Downloading and validating the BLFS book
    404     echo '(may take some time...)'
     411    echo Installing BLFS book and tools
    405412    install_blfs_tools 2>&1 | tee -a $LOGDIR/$LOG
    406413    [[ ${PIPESTATUS[0]} != 0 ]] && exit 1
Note: See TracChangeset for help on using the changeset viewer.