diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-03 04:41:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-03 04:41:23 +0000 |
commit | dcb48e5aa0e8cc8b3d5c45bf7cfb87fad2255618 (patch) | |
tree | f204c3a89ff213f0fb16ef90a5b3b7e5537f0db2 | |
parent | c1972992514cf2f5a8791070aff4b640ea0f253e (diff) |
Emphasize that groff must use -j1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/groff.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 821a3e54e..aad0cbf85 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -53,9 +53,9 @@ <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> |