Ignore:
Timestamp:
05/18/2006 06:40:22 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
8419a04
Parents:
da737cb
Message:

Removed BLFS code from master.sh and common/*.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rda737cb r1ec8fce  
    5454        use VER version of the book as the system to build.
    5555        Supported versions are: dev*, trunk, SVN
    56         These are aliases for the Development version of {C,H,B}LFS
     56        These are aliases for the Development version of {C,H}LFS
    5757
    5858${BOLD}  -D  --directory DIR${OFF}
     
    6969        Optimize [0-2]
    7070          0 = no optimization
    71           1 = optimize chapter06 only
    72           2 = optimize both chapter05 and chapter06
     71          1 = optimize final system only
     72          2 = optimize both temporary tools and final system
    7373        Edit common/opt_config{,.d/*} and common/opt_override as desired.
    7474
     
    8080          3 = all temporary tools and final system testsuites
    8181        In CLFS, 3 is an alias to 2
    82         In BLFS, 1, 2, and 3 are equivalents and means that the testsuites
    83         will be run.
    8482
    8583${BOLD}  -W, --working-copy DIR${OFF}
    8684        use the local working copy placed in DIR as the $(echo $PROGNAME | tr [a-z] [A-Z]) book
    87 -EOF-
    88 
    89 [[ ${PROGNAME} != "blfs" ]] &&
    90 cat <<- -EOF-
    9185
    9286${BOLD}  -C, --comparasion TYPE${OFF}
     
    142136-EOF-
    143137
    144 [[ ${PROGNAME} = "blfs" ]] &&
    145 cat <<- -EOF-
    146 
    147 ${BOLD}  --dependencies  0/1/2${OFF}
    148         add dependencies of type TYPE to the build tree.
    149         If not set, both required and recommended are used.
    150 
    151                   Possible values are:
    152         0 - required        only required dependecies are used
    153         1 - recommended     both required a recommended dependencies are used
    154         2 - optional        all dependencies are used
    155 -EOF-
    156 
    157138cat <<- -EOF-
    158139${DD_BORDER}
     
    195176help="${nl_}Try '$0 --help' for more information."
    196177
    197 
    198178exit_missing_arg="\
    199179echo \"Option '\$1' requires an argument\" >&2
    200180echo \"\$help\" >&2
    201181exit 1"
    202 
    203 no_dl_client="\
    204 echo \"Could not find a way to download the ${BOLD}$(echo $PROGNAME | tr [a-z] [A-Z])${OFF} sources.\" >&2
    205 echo \"Attempting to continue.\" >&2"
    206182
    207183HEADER="# This file is automatically generated by jhalfs
     
    494470      hlfs) svn_root="HLFS" ;;
    495471      clfs) svn_root="cross-lfs" ;;
    496       blfs) svn_root="BLFS" ;;
    497472      *) echo "BOOK not defined in function <get_book>"
    498473          exit 1 ;;
     
    595570                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    596571      ;;
    597     blfs)
    598         echo -n " ${L_arrow}${BOLD}BLFS${R_arrow} build"
    599         xsltproc --nonet \
    600                  --xinclude \
    601                  --stringparam testsuite $TEST \
    602                  --stringparam server $SERVER \
    603                  -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    604       ;;
    605572    *) exit 1 ;;
    606573  esac
     
    613580  # Create the packages file. We need it for proper Makefile creation
    614581  rm -f packages
    615   if [[ "${PROGNAME}" != "blfs" ]] ; then
    616     echo -n "Creating <${PROGNAME}> specific packages file"
    617     grep "\-version " $BOOK/packages.ent | sed -e 's@<!ENTITY @@' \
    618                                                 -e 's@">@"@' > packages
    619     echo " ...OK"
    620   fi
     582  echo -n "Creating <${PROGNAME}> specific packages file"
     583  grep "\-version " $BOOK/packages.ent | sed -e 's@<!ENTITY @@' \
     584                                             -e 's@">@"@' > packages
     585  echo " ...OK"
    621586
    622587  # Done. Moving on...
Note: See TracChangeset for help on using the changeset viewer.