M.Canales.es wrote:
El Lunes, 1 de Agosto de 2005 21:11, M.Canales.es escribió:
bzip2: Can't open input file
LFS-BOOK-7.0-cross-lfs-20050731-NOCHUNKS.html: No such file or directory.
I'm trying to fix that now. The cross-lfs Makefile don't use a
NOCHUNKS_OUTPUT variable for now, but render-lfs-book.sh need it.
Well, that requires changes also on render-lfs-book.sh to can create the
nochunk HTML for each arch, true also for PDF output.
Maybe a render-cross-lfs-book.sh will be needed?
I'd prefer not to. Surely we can just do an:
if [ "$svn_path" != "branches/cross-lfs" ]; then
#lines 55-63 in here
fi;
Presumably for the NOCHUNKS changes, we'd simply choose not to render a
NOCHUNKS version of cross-lfs, right? (I can't see how it would make
sense to do so).
We'd also change line 103 to:
if [ "$svn_path" != "branches/multi-arch" -o "$svn_path" !=
"branches/cross-lfs" ]; then
Does that sound about right?
Matt.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page