From f21dff80dea23ef1647233ee19b4fd2ffc98c612 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 21 Feb 2012 08:58:49 +0000 Subject: [PATCH] Avoiding warnings in 000-masterscript.log, coming from missing scripts in LFS source --- common/libs/func_book_parser | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index 300534d..5734f6f 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -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 \