From bc2136ecacbb2f5d6d888fdf1e0432f052a3e0f4 Mon Sep 17 00:00:00 2001 From: Archaic Date: Thu, 16 Jun 2005 16:47:40 +0000 Subject: Several minor grammatical fixes. Thanks to Randy and Steve. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6011 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') 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 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 time -command like this: time { ./configure ... && ... -&& ... && make install; }. +this easily, wrap the three commands in a time +command like this: time { ./configure ... && make +&& make install; }. Now prepare Binutils for compilation: -- cgit v1.2.3-54-g00ecf