formatting

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14368 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-09-22 08:43:56 +00:00
parent 7d38d9a0d1
commit da0a3b9807

View File

@ -156,7 +156,7 @@
</para> </para>
<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF" <screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
# If you have a multicore machine, the build may be faster if using parallel <literal># If you have a multicore machine, the build may be faster if using parallel
# jobs. The build system automatically adds -jN to the "make" flags, where N # jobs. The build system automatically adds -jN to the "make" flags, where N
# is the number of CPU cores. The option below is therefore useless, unless # is the number of CPU cores. The option below is therefore useless, unless
# you want to use a smaller number of jobs: # you want to use a smaller number of jobs:
@ -227,7 +227,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-png ac_add_options --with-system-png
ac_add_options --with-system-zlib ac_add_options --with-system-zlib
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild</literal>
EOF</userinput></screen> EOF</userinput></screen>
<para> <para>