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.
This commit is contained in:
parent
8ab950fefb
commit
c6225224b7
1 changed files with 8 additions and 6 deletions
|
@ -594,7 +594,7 @@ build_patches_file() { # Supply a suitably formated list of patches.
|
||||||
--xinclude \
|
--xinclude \
|
||||||
-o patcheslist_.wget \
|
-o patcheslist_.wget \
|
||||||
patcheslist.xsl \
|
patcheslist.xsl \
|
||||||
$BOOK/index.xml
|
$BOOK/chapter04/patches.xml
|
||||||
#> /dev/null 2>&1
|
#> /dev/null 2>&1
|
||||||
|
|
||||||
rm -f patches
|
rm -f patches
|
||||||
|
@ -651,9 +651,11 @@ extract_commands() { #
|
||||||
--xinclude \
|
--xinclude \
|
||||||
--stringparam model $MODEL \
|
--stringparam model $MODEL \
|
||||||
--stringparam testsuite $TEST \
|
--stringparam testsuite $TEST \
|
||||||
--stringparam testchaintest 0 \
|
|
||||||
--stringparam vim-lang $VIMLANG \
|
--stringparam vim-lang $VIMLANG \
|
||||||
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
||||||
|
for i in $(find ./${PROGNAME}-commands/chapter07/*) ; do
|
||||||
|
sed -i 's/"EOF"/EOF/g' $i ;
|
||||||
|
done
|
||||||
;;
|
;;
|
||||||
lfs)
|
lfs)
|
||||||
echo -n "${tab_} ${L_arrow}${BOLD}LFS${R_arrow} build"
|
echo -n "${tab_} ${L_arrow}${BOLD}LFS${R_arrow} build"
|
||||||
|
@ -670,8 +672,8 @@ extract_commands() { #
|
||||||
echo -n "${tab_} ${L_arrow}${BOLD}BLFS${R_arrow} build"
|
echo -n "${tab_} ${L_arrow}${BOLD}BLFS${R_arrow} build"
|
||||||
xsltproc --nonet \
|
xsltproc --nonet \
|
||||||
--xinclude \
|
--xinclude \
|
||||||
--stringparam testsuite $TEST \
|
--stringparam testsuite $TEST \
|
||||||
--stringparam server $SERVER \
|
--stringparam server $SERVER \
|
||||||
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
-o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
|
||||||
;;
|
;;
|
||||||
*) exit 1
|
*) exit 1
|
||||||
|
|
Reference in a new issue