From 03a41fd0cd6635843d313c02150692a05d6b8bd2 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 17 Mar 2021 16:30:50 +0000 Subject: binutils: use -j1 for make install git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'chapter05/binutils-pass1.xml') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 306b087ef..807080812 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -131,7 +131,20 @@ cd build Install the package: -make install +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. + + + -- cgit v1.2.3-54-g00ecf