From dcb48e5aa0e8cc8b3d5c45bf7cfb87fad2255618 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 3 Aug 2017 04:41:23 +0000 Subject: [PATCH] Emphasize that groff must use -j1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/groff.xml | 4 ++-- 1 file 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 @@ PAGE=<paper_size> ./configure --prefix=/usr - Compile the package: + This package does not support parallel build. Compile the package: -make +make -j1 This package does not come with a test suite.