diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 6b78031bc..a8834cc19 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -64,6 +64,11 @@ esac
+ Fix an issue building Glibc with parallel jobs and make-4.4
+ or later:
+
+sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules
+
Some of the Glibc programs use the non-FHS-compliant
/var/db directory to store their
runtime data. Apply the following patch to make such programs store their
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index fc7b96dfe..0bc9a5dcf 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -43,12 +43,11 @@
Installation of Glibc
-
Some of the Glibc programs use the non-FHS compliant
/var/db directory to store
their runtime data. Apply the following patch to make such programs
@@ -127,10 +126,7 @@ cd build
Compile the package:
-
-make -j1
+make
In this section, the test suite for Glibc is considered critical.