From d45f50d26d9d0861d96f46d9cb5261f5a731d498 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 1 Nov 2022 10:47:28 +0800 Subject: glibc: fix parallel build issue with make-4.4 We only need a one-line change in upstream fix (because we don't use "make --shuffle"). Add it as a sed for both Chapter 5 and Chapter 8. Note that the "minimal" sed would be '/MAEKFLAGS :=/s/r/ -r/'. I included an additional ')' so it won't modify "-r" again to "- -r". Tested "make" and "make check" on a x86_64 with -j8 and an arm64 with -j24. Link: https://sourceware.org/git/?p=glibc.git;a=commit;h=2d7ed98add14 --- chapter08/glibc.xml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'chapter08') 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. -- cgit v1.2.3-54-g00ecf