diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bash.xml | 4 | ||||
-rw-r--r-- | chapter08/libcap.xml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/chapter08/bash.xml b/chapter08/bash.xml index e4960efcc..bb0f2b0fb 100644 --- a/chapter08/bash.xml +++ b/chapter08/bash.xml @@ -40,10 +40,6 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <para>First, fix a race condition if using multiple cores:</para> - -<screen><userinput remap="pre">sed -i '/^bashline.o:.*shmbchar.h/a bashline.o: ${DEFDIR}/builtext.h' Makefile.in</userinput></screen> - <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index 05d4a6ff0..d8fc15175 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Libcap</title> - <para>First, fix an upstream oversight in the latest release:</para> - -<screen><userinput remap="pre">sed -i 's/ $(PROGS)/& capsh/' progs/Makefile</userinput></screen> - <para>Prevent static libraries from being installed:</para> <screen><userinput remap="pre">sed -i '/install -m.*STA/d' libcap/Makefile</userinput></screen> |