Avoiding warnings in 000-masterscript.log, coming from missing
scripts in LFS source
This commit is contained in:
parent
b0881bdfef
commit
f21dff80de
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ extract_commands() { #
|
|||
;;
|
||||
lfs)
|
||||
echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
|
||||
pushd $BOOK > /dev/null
|
||||
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
|
||||
popd > /dev/null
|
||||
xsltproc --nonet \
|
||||
--xinclude \
|
||||
--stringparam testsuite $TEST \
|
||||
|
|
Reference in a new issue