aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-08-20 08:27:42 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-08-20 08:27:42 +0000
commit17eb152e1a3cfd8573e7d37ad7181f6151f7e0be (patch)
tree525b24ec281fc2c40080d95d7e096e915067c200
parent14468928f54ed40e0b006c4c8e8a72847696cd31 (diff)
binutils-pass1: adjust timing sample to match the build command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12032 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/binutils-pass1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml
index 09a3a8afd..306b087ef 100644
--- a/chapter05/binutils-pass1.xml
+++ b/chapter05/binutils-pass1.xml
@@ -64,7 +64,7 @@ cd build</userinput></screen>
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 commands in a <command>time</command>
- command like this: <userinput>time { ./configure ... &amp;&amp; make
+ command like this: <userinput>time { ../configure ... &amp;&amp; make
&amp;&amp; make install; }</userinput>.</para>
</note>