Changeset 9a536f7 for jhalfs


Ignore:
Timestamp:
10/14/2006 05:22:29 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
245d1c9
Parents:
ae158a6
Message:

Merged cunstomization code from experimental branch.
Let trunk to be broken for a while...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    rae158a6 r9a536f7  
    108108VIMLANG=${VIMLANG:-n}
    109109GRSECURITY_HOST=${GRSECURITY_HOST:-n}
     110CUSTOM_TOOLS=${CUSTOM_TOOLS:-n}
    110111
    111112# Book surces envars
     
    261262[[ $? > 0 ]] && echo " function module did not load.." && exit 2
    262263[[ $VERBOSITY > 0 ]] && echo "OK"
     264
     265[[ $VERBOSITY > 0 ]] && echo -n "Loading function <custom_pkgs>..."
     266source $COMMON_DIR/custom_pkgs
     267[[ $? > 0 ]] && echo " function module did not load.." && exit 2
     268[[ $VERBOSITY > 0 ]] && echo "OK"
     269
     270
    263271[[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    264272
     
    350358  popd 1> /dev/null
    351359fi
     360#
     361if [[ "${PROGNAME}" = "lfs" ]]; then
     362  if [[ "${CUSTOM_TOOLS}" = "y" ]]; then
     363    echo "Copying custom tool scripts to $JHALFSDIR"
     364    mkdir -p $JHALFSDIR/custom-commands/config
     365    mkdir -p $JHALFSDIR/custom-commands/scripts
     366   cp -Rf custom/* $JHALFSDIR/custom-commands
     367  fi
     368fi
     369
    352370#
    353371if [[ "$REPORT" = "y" ]]; then
     
    404422
    405423build_Makefile
     424if [[ "${PROGNAME}" = "lfs" ]]; then
     425  if [[ "${CUSTOM_TOOLS}" = "y" ]]; then
     426    add_CustomTools
     427  fi
     428fi
    406429echo "${SD_BORDER}${nl_}"
    407430
Note: See TracChangeset for help on using the changeset viewer.