Changeset 1825286 for jhalfs


Ignore:
Timestamp:
04/05/2013 01:26:25 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
5e486cf
Parents:
0727893
Message:

Merge trunk r3694

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r0727893 r1825286  
    188188
    189189# Set the document location...
    190 BOOK=${BOOK:=$PROGNAME-$LFSVRS}
     190BOOK=${BOOK:=$JHALFSDIR/$PROGNAME-$LFSVRS}
    191191
    192192
     
    261261###################################
    262262
    263 # Check for build prerequisites.
    264 echo
    265   check_prerequisites
    266 echo "${SD_BORDER}${nl_}"
    267263
    268264validate_config
     
    376372  #
    377373
     374# Download or updates the book source
    378375  get_book
     376  extract_commands
    379377  echo "${SD_BORDER}${nl_}"
    380378
     
    396394echo "${SD_BORDER}${nl_}"
    397395
     396# Check for build prerequisites.
     397  echo
     398  cd $CWD
     399  check_prerequisites
     400  echo "${SD_BORDER}${nl_}"
     401# All is well, run the build (if requested)
    398402run_make
Note: See TracChangeset for help on using the changeset viewer.