Ignore:
Timestamp:
03/16/2006 09:18:28 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
57ca090
Parents:
8ab950f
Message:

Started support for the revised hlfs.xsl file.

Parsing only patches.xsl, instead the full book, to create the patches file.
Trailing space clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r8ab950f rc6225224  
    595595           -o patcheslist_.wget \
    596596           patcheslist.xsl \
    597            $BOOK/index.xml
     597           $BOOK/chapter04/patches.xml
    598598           #> /dev/null 2>&1
    599599
     
    652652                  --stringparam model $MODEL \
    653653                  --stringparam testsuite $TEST \
    654                   --stringparam testchaintest 0 \
    655654                  --stringparam vim-lang $VIMLANG \
    656655                  -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
     656        for i in $(find ./${PROGNAME}-commands/chapter07/*) ; do
     657          sed -i 's/"EOF"/EOF/g' $i ;
     658        done
    657659      ;;
    658660    lfs)
     
    671673        xsltproc --nonet \
    672674                 --xinclude \
    673                  --stringparam testsuite $TEST \
    674                  --stringparam server $SERVER \
     675                 --stringparam testsuite $TEST \
     676                 --stringparam server $SERVER \
    675677                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    676678      ;;
     
    722724
    723725  # If the file exists in the archive copy it to the $BUILDDIR/sources dir
    724   # MD5SUM is assumed to be correct from previous download 
     726  # MD5SUM is assumed to be correct from previous download
    725727  if [ ! -z ${SRC_ARCHIVE} ] &&
    726728     [   -d ${SRC_ARCHIVE} ] &&
     
    766768
    767769  # If we make it this far we should copy the freshly downloaded file
    768   # to the source archive. 
     770  # to the source archive.
    769771  if [ ! -z ${SRC_ARCHIVE} ] &&
    770772     [   -d ${SRC_ARCHIVE} ] &&
Note: See TracChangeset for help on using the changeset viewer.