From bca4876ac555fd2d93e9e962831120e53e3e1081 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 3 Feb 2022 18:01:59 +0800 Subject: [PATCH] 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). --- chapter05/binutils-pass1.xml | 15 +-------------- chapter06/binutils-pass2.xml | 2 +- chapter08/binutils.xml | 2 +- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index a0410f9f3..debe5c63f 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -131,20 +131,7 @@ cd build Install the package: -make install -j1 - - - The meaning of the make parameter: - - - -j1 - - An issue in the building system may cause the installation - to fail with in MAKEFLAGS. - Override it to workaround this issue. - - - +make install 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 libctf.so to link against zlib from the host distribution: -make DESTDIR=$LFS install -j1 +make DESTDIR=$LFS install install -vm755 libctf/.libs/libctf.so.0.0.0 $LFS/usr/lib diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 113236674..c2153b6cd 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -178,7 +178,7 @@ cd build --> Install the package: -make tooldir=/usr install -j1 +make tooldir=/usr install Remove useless static libraries: