Changeset 1cf621b for jhalfs


Ignore:
Timestamp:
04/04/2013 09:13:02 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
0f92d7f
Parents:
65c998b
Message:

Take minimal versions from the book host requirements, instead
of hard coding them

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r65c998b r1cf621b  
    188188
    189189# Set the document location...
    190 BOOK=${BOOK:=$PROGNAME-$LFSVRS}
     190BOOK=${BOOK:=$JHALFSDIR/$PROGNAME-$LFSVRS}
    191191
    192192# blfs-tool envars
     
    323323###################################
    324324
    325 # Check for build prerequisites.
    326 echo
    327   check_prerequisites
    328 echo "${SD_BORDER}${nl_}"
    329325
    330326validate_config
     
    462458  #
    463459
     460# Download or updates the book source
    464461  get_book
     462  extract_commands
    465463  echo "${SD_BORDER}${nl_}"
    466464
     
    496494echo "${SD_BORDER}${nl_}"
    497495
     496# Check for build prerequisites.
     497  echo
     498  cd $CWD
     499  check_prerequisites
     500  echo "${SD_BORDER}${nl_}"
     501# All is well, run the build (if requested)
    498502run_make
Note: See TracChangeset for help on using the changeset viewer.