Ignore:
Timestamp:
03/27/2017 04:26:14 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
b9cd0ee
Parents:
90f822a
Message:

Merge trunk r3940,41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r90f822a r580d773  
    151151        popd > /dev/null
    152152
    153         xsltproc --nonet                                 \
    154                  --xinclude                              \
    155                  --output /tmp/lfs-full.xml              \
    156                  --stringparam profile.revision $INITSYS \
    157                  $BOOK/stylesheets/lfs-xsl/profile.xsl   \
    158                  $BOOK/index.xml
    159 
    160153        xsltproc --nonet                                    \
     154                 --xinclude                                 \
     155                 --stringparam revision       $INITSYS      \
    161156                 --stringparam testsuite      $TEST         \
    162157                 --stringparam bomb-testsuite $BOMB_TEST    \
     
    179174                 --output ./${PROGNAME}-commands/           \
    180175                 $XSL                                       \
    181                  /tmp/lfs-full.xml >>$LOGDIR/$LOG 2>&1
    182 
    183         rm /tmp/lfs-full.xml
     176                 $BOOK/index.xml
    184177      ;;
    185178    *)  echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... "
Note: See TracChangeset for help on using the changeset viewer.