A small thing I noticed, when using the "dump-commands" target
from the Book's SVN repo, was that in
4.5 About SBUs
the two example commands in the following
For instance, a Core2Duo can support two simultaneous processes with:
export MAKEFLAGS='-j 2'
or just building with:
make -j2
appear in the output when one does a
make dump-commands
Elsewhere in the XML souces, chapter06/ninja.xml, I've seen this comment
and style of markup around "example commands"
<!-- Using <command> here to make the output bold. We really don't want
users setting this now and experience shows that many users blindly
copy/paste anything in a box. -->
<screen>export NINJAJOBS=4</screen>
which, as the <userinput> tags inside the <scree> pair have been left out,
means that the "example commands" DON'T appear in the dump-commands
output.
My suggestion would be to remove the <userinput> tag pairs surrounding the
two example commands in chapter04/aboutsbus.xml
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page