Changeset 9292384 for chapter06


Ignore:
Timestamp:
11/11/2022 03:44:13 PM (18 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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/update-glibc
Children:
7936ffb
Parents:
5347af84
Message:

Package updates and a fix.

Fix make-4.4 bug.
Update to wheel-0.38.4 (Python Module).
Update to texinfo-7.0.
Update to sysvinit-3.05.
Update to shadow-4.13.
Update to sed-4.9.
Update to meson-0.64.0.
Update to linux-6.0.7.
Update to elfutils-0.188.
Update to bc-6.1.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/make.xml

    r5347af84 r9292384  
    4343    <title>Installation of Make</title>
    4444
     45    <para>First, fix an issue identified upstream:</para>
     46
     47<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \
     48    -e '/undef  FATAL_SIG/i FATAL_SIG (SIGPIPE);' \
     49    -i src/main.c</userinput></screen>
     50
    4551    <para>Prepare Make for compilation:</para>
    4652
Note: See TracChangeset for help on using the changeset viewer.