diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-17 16:30:50 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-03-17 16:30:50 +0000 |
commit | 03a41fd0cd6635843d313c02150692a05d6b8bd2 (patch) | |
tree | 128cf47df4051e79b569ca639a06e78af20ab7df /chapter08 | |
parent | 4311bfa9612af43e4f13923c75d05a59484eaa11 (diff) |
binutils: use -j1 for make install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 7945938b0..55e6f8636 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -162,7 +162,7 @@ cd build</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make tooldir=/usr install</userinput></screen> +<screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen> <para>Remove useless static libraries:</para> |