mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Emphasize that groff must use -j1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c197299251
commit
dcb48e5aa0
@ -53,9 +53,9 @@
|
|||||||
|
|
||||||
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>This package does not support parallel build. Compile the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make -j1</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user