diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:41:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:41:17 +0000 |
commit | 4a880659d648349b37c82334c070260c9bf0ff00 (patch) | |
tree | 8f2c3a78e7d6799fd39f87df7d50fd54a697991a /chapter05/binutils-inst.xml | |
parent | a1d3af694f549cb435f4095f06c5746ea0bbf08c (diff) |
reworded for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r-- | chapter05/binutils-inst.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index 0a4954fce..329074627 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -29,10 +29,9 @@ static programs and nls often causes problems when you're linking statically.</para></listitem> </itemizedlist> -<para>We'll finish off by compiling and installing the package:</para> +<para>Continue with compiling the package:</para> -<para><screen><userinput>make LDFLAGS="-all-static" && -make install</userinput></screen></para> +<para><screen><userinput>make LDFLAGS="-all-static"</userinput></screen></para> <para>The meaning of the make option is:</para> @@ -46,5 +45,9 @@ are different ways of setting up the <emphasis>LDFLAGS</emphasis> variable.</para></listitem> </itemizedlist> +<para>And finish off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> + </sect2> |