aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-02-03 01:34:19 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2021-02-03 01:34:19 +0000
commitc0d2bd0919b09d7b47a3f1177e897252cf64bee6 (patch)
treee5814f292d2e0b1c370384b2b53dbc68b3ba3fa2 /chapter06
parentdf2e99e94db203e66a798ef7f070d6e96560e8e7 (diff)
ch06/binutils: remove duplicated command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils-pass2.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml
index 4cd09fc88..414d782b3 100644
--- a/chapter06/binutils-pass2.xml
+++ b/chapter06/binutils-pass2.xml
@@ -85,19 +85,14 @@ cd build</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
- <para>Install the package:</para>
+ <para>Install the package, and
+ workaround an issue causing
+ <filename class="libraryfile">libctf.so</filename>
+ to link against zlib from the host distribution:</para>
<screen><userinput remap="install">make DESTDIR=$LFS install
install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
- <para>
- Workaround an issue causing
- <filename class="libraryfile">libctf.so</filename>
- to link against zlib from the host distribution:
- </para>
-
-<screen><userinput remap="install">install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen>
-
</sect2>
<sect2 role="content">