diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-03-05 10:06:48 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-03-05 10:57:09 +0800 |
commit | 770e78952755c89d4a68d22e5245a97438ffa089 (patch) | |
tree | 5af2120cafd1a6d4a575bea43d234bcba749ecfd /chapter06 | |
parent | b789d881957ec03daee8455a49953f5645ae080a (diff) |
Package updates
- Update to systemd-253
- Update to bc-6.3.1
- Update to linux-6.2.2
- Update to procps-ng-4.0.3
- Update to iproute2-6.2.0
- Update to meson-1.0.1
- Update to make-4.4.1
- Update to elfutils-0.189
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/make.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 242aaebe1..cf0dbce18 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -42,12 +42,6 @@ <sect2 role="installation"> <title>Installation of Make</title> - <para>First, fix an issue identified upstream:</para> - -<screen><userinput remap="pre">sed -e '/ifdef SIGPIPE/,+2 d' \ - -e '/undef FATAL_SIG/i FATAL_SIG (SIGPIPE);' \ - -i src/main.c</userinput></screen> - <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |