diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-03 18:01:59 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-04 17:55:05 +0800 |
commit | bca4876ac555fd2d93e9e962831120e53e3e1081 (patch) | |
tree | 76e53ef7084a7b313d982b38da60d9e6b3fa3aee /chapter06 | |
parent | 651c74bef90c5d167eab8ee6c0c7531beb4bfb0b (diff) |
Revert "binutils: use -j1 for make install"
This reverts commit 03a41fd0cd6635843d313c02150692a05d6b8bd2.
It's no longer needed after binutils-gdb commit "install dependencies for
ld -> bfd and libctf -> bfd" (755ba58e).
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/binutils-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/binutils-pass2.xml b/chapter06/binutils-pass2.xml index 182e06df0..414d782b3 100644 --- a/chapter06/binutils-pass2.xml +++ b/chapter06/binutils-pass2.xml @@ -90,7 +90,7 @@ cd build</userinput></screen> <filename class="libraryfile">libctf.so</filename> to link against zlib from the host distribution:</para> -<screen><userinput remap="install">make DESTDIR=$LFS install -j1 +<screen><userinput remap="install">make DESTDIR=$LFS install install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib</userinput></screen> </sect2> |