Changeset 809a821


Ignore:
Timestamp:
09/14/2013 09:23:16 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
a1dd968
Parents:
038678f
Message:

Fix missing BOOK/materials and add libee to
MAKEFLAGS blacklist

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_download_pkgs

    r038678f r809a821  
    147147
    148148  case ${PROGNAME} in
    149     clfs)
     149    clfs*)
    150150        echo -n "Creating CLFS <${ARCH}> specific URLs file"
    151151        xsltproc --nonet --xinclude \
     
    153153                 --stringparam family clfs \
    154154                 -o $BUILDDIR/sources/urls.lst urls.xsl \
    155                  $BOOK/materials/$ARCH-chapter.xml >>$LOGDIR/$LOG 2>&1
    156         echo " ...OK"
    157       ;;
    158     clfs2)
    159         echo -n "Creating CLFS2 <${ARCH}> specific URLs file"
    160         xsltproc --nonet --xinclude \
    161                  --stringparam server $SERVER \
    162                  --stringparam family clfs \
    163                  -o $BUILDDIR/sources/urls.lst urls.xsl \
    164                  $BOOK/materials/$ARCH-chapter.xml >>$LOGDIR/$LOG 2>&1
    165         echo " ...OK"
    166       ;;
    167     clfs3)
    168         echo -n "Creating CLFS3 <${ARCH}> specific URLs file"
    169         xsltproc --nonet --xinclude \
    170                  --stringparam server $SERVER \
    171                  --stringparam family clfs \
    172                  -o $BUILDDIR/sources/urls.lst urls.xsl \
    173                  $BOOK/materials/$ARCH-chapter.xml >>$LOGDIR/$LOG 2>&1
     155                 $BOOK/BOOK/materials/$ARCH-chapter.xml >>$LOGDIR/$LOG 2>&1
    174156        echo " ...OK"
    175157      ;;
  • optimize/opt_config

    r038678f r809a821  
    1919BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
    2020#    Rationale for attr, coreutils, gperf: the tests do not pass with -jX
     21#    CLFS packages
     22BLACK_LIST="$BLACK_LIST libee"
    2123
    2224#--- Default optimization mode
Note: See TracChangeset for help on using the changeset viewer.