Ignore:
Timestamp:
02/28/2022 12:30:53 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
16cef03
Parents:
3faf067
Message:

Remove legacy: remove everything about HLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r3faf067 r978286a  
    101101      ;;
    102102
    103     hlfs)
    104         echo -n " ${L_arrow}${BOLD}$MODEL + $KERNEL${R_arrow} HLFS flavour... "
    105         xsltproc --nonet                                                \
    106                  --xinclude                                             \
    107                  --stringparam model "$MODEL"                           \
    108                  --stringparam kernel "$KERNEL"                         \
    109                  --stringparam testsuite "$TEST"                        \
    110                  --stringparam bomb-testsuite "$BOMB_TEST"              \
    111                  --stringparam features                                 \
    112                      x$SSP$ASLR$PAX$HARDENED_TMP$WARNINGS$MISC$BLOWFISH \
    113                  --stringparam timezone "$TIMEZONE"                     \
    114                  --stringparam page "$PAGE"                             \
    115                  --stringparam lang "$LANG"                             \
    116                  --stringparam grsecurity_host "$GRSECURITY_HOST"       \
    117                  --output ./${PROGNAME}-commands/                       \
    118                  $XSL                                                   \
    119                  $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    120       ;;
    121103    lfs)
    122104        echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
     
    232214                 $BOOK/BOOK/materials/${ARCH}-chapter.xml >>$LOGDIR/$LOG 2>&1
    233215      ;;
    234     hlfs)
    235         xsltproc --nonet --xinclude             \
    236                  --stringparam model "$MODEL"   \
    237                  --stringparam kernel "$KERNEL" \
    238                  --output pkg_tarball_list      \
    239                  packages.xsl                   \
    240                  $BOOK/chapter04/chapter04.xml >>$LOGDIR/$LOG 2>&1
    241       ;;
    242216    lfs)
    243217        # lfs does not use the package list anymore
     
    263237               -o chroot-scripts/ chroot.xsl \
    264238               $BOOK/BOOK/${ARCH}-index.xml >> $LOGDIR/$LOG 2>&1
    265       ;;
    266     hlfs)
    267       xsltproc --nonet --xinclude \
    268                -o chroot-scripts/ chroot.xsl \
    269                $BOOK/index.xml >> $LOGDIR/$LOG 2>&1
    270239      ;;
    271240    lfs)
     
    294263               -o kernfs-scripts/ kernfs.xsl \
    295264               $BOOK/BOOK/${ARCH}-index.xml >> $LOGDIR/$LOG 2>&1
    296       ;;
    297     hlfs)
    298       xsltproc --nonet --xinclude \
    299                -o kernfs-scripts/ kernfs.xsl \
    300                $BOOK/index.xml >> $LOGDIR/$LOG 2>&1
    301265      ;;
    302266    lfs)
Note: See TracChangeset for help on using the changeset viewer.