diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-14 17:32:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-01-14 17:32:35 +0000 |
commit | d79d189e7ab1448c1c1b6ad0ee383f77420c6074 (patch) | |
tree | e99e7d5a09b2f8a45cd047ef7d4cd1cb614ff621 /chapter05/binutils-pass1.xml | |
parent | cdd87ad4b7779e69beda72edfab327dda9d46178 (diff) |
Generalize the instructions for creating SBU values.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10095 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index c52e0255d..a396780ef 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -62,8 +62,8 @@ cd ../binutils-build</userinput></screen> <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 three commands in a <command>time</command> - command like this: <userinput>time { ./configure ... && make + this easily, wrap the commands in a <command>time</command> + command like this: <userinput>time { ./configure ... && ... && make install; }</userinput>.</para> </note> |