diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index c058cf5fb..918f1b10a 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -50,9 +50,9 @@ cd ../binutils-build</userinput></screen> <note><para>In order for the SBU values listed in the rest of the book to be of any use, measure the time it takes to build this package from the configuration, up to and including the first install. To achieve -this easily, wrap the four commands in a <command>time</command> -command like this: <userinput>time { ./configure ... && ... -&& ... && make install; }</userinput>.</para></note> +this easily, wrap the three commands in a <command>time</command> +command like this: <userinput>time { ./configure ... && make +&& make install; }</userinput>.</para></note> <para>Now prepare Binutils for compilation:</para> |