diff options
-rw-r--r-- | chapter05/binutils-pass1.xml | 15 | ||||
-rw-r--r-- | chapter06/binutils-pass2.xml | 2 | ||||
-rw-r--r-- | 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</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make install -j1</userinput></screen> - - <variablelist> - <title>The meaning of the make parameter:</title> - - <varlistentry> - <term><parameter>-j1</parameter></term> - <listitem> - <para>An issue in the building system may cause the installation - to fail with <option>-j N</option> in <envar>MAKEFLAGS</envar>. - Override it to workaround this issue.</para> - </listitem> - </varlistentry> - </variablelist> +<screen><userinput remap="install">make install</userinput></screen> </sect2> 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> 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</userinput></screen> --> <para>Install the package:</para> -<screen><userinput remap="install">make tooldir=/usr install -j1</userinput></screen> +<screen><userinput remap="install">make tooldir=/usr install</userinput></screen> <para>Remove useless static libraries:</para> |