diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-26 19:21:15 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-01 14:04:34 +0800 |
commit | 7b3f5a4f8d5e20da0563150222052065daa838df (patch) | |
tree | 01c522c8d12257a54118d2866b7a70b9826206dd /chapter08 | |
parent | 51b7349a9765ac443408e9ac263984d3a6e1e369 (diff) |
groff: remove -j1
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/groff.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter08/groff.xml b/chapter08/groff.xml index 032130217..4929ff71e 100644 --- a/chapter08/groff.xml +++ b/chapter08/groff.xml @@ -53,9 +53,7 @@ <screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen> - <para>This package does not support parallel build. Compile the package:</para> - -<screen><userinput remap="make">make -j1</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>This package does not come with a test suite.</para> |