Le 17/02/2012 23:08, Thomas Pegg a écrit : > After looking at this all that is needed is to add the following line > to common/libs/func_book_parser right after we check out the sources. > > cd ${PROGNAME}-$LFSVRS; bash process-scripts.sh>> $LOGDIR/$LOG 2>&1 ; cd .. > > This quells all those messages. > > Thomas That is very simple, great. I wonder if it works when using a working copy? Maybe that command could be done just before the xsltproc command: pushd $BOOK > /dev/null bash process-scripts.sh >> $LOGDIR/$LOG 2>&1 popd > /dev/null
Still I think there are the messages about packageManager.xml -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page