Explorar el Código

Emphasize that groff must use -j1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 8 años
padre
commit
dcb48e5aa0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      chapter06/groff.xml

+ 2 - 2
chapter06/groff.xml

@@ -53,9 +53,9 @@
 
 <screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</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>