Ignore:
Timestamp:
11/01/2022 03:05:05 AM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/update-glibc
Children:
2828b85, 6586901, 6dfe1df, 8c586d2
Parents:
3f43049
git-author:
Xi Ruoyao <xry111@…> (11/01/2022 02:47:28 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/01/2022 03:05:05 AM)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r3f43049 rd45f50d  
    6565    </note>
    6666
     67    <para>Fix an issue building Glibc with parallel jobs and make-4.4
     68    or later:</para>
     69
     70<screen><userinput remap="pre">sed '/MAKEFLAGS :=/s/)r/) -r/' -i Makerules</userinput></screen>
     71
    6772    <para>Some of the Glibc programs use the non-FHS-compliant
    6873    <filename class="directory">/var/db</filename> directory to store their
Note: See TracChangeset for help on using the changeset viewer.