diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1.xml | 15 |
1 files changed, 1 insertions, 14 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> |