aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/glibc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/glibc.xml')
-rw-r--r--chapter08/glibc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index f4f553bc3..fc7b96dfe 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -127,7 +127,10 @@ cd build</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput remap="make">make</userinput></screen>
+<!-- With make-4.4, glibc consistently failed at -j22, but passed at -j1.
+ I will inverstigate to see if I can find a better alternative.
+ It seems like a race condition. -->
+<screen><userinput remap="make">make -j1</userinput></screen>
<important>
<para>In this section, the test suite for Glibc is considered critical.