From 17eb152e1a3cfd8573e7d37ad7181f6151f7e0be Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 20 Aug 2020 08:27:42 +0000 Subject: 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 --- chapter05/binutils-pass1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05/binutils-pass1.xml') 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 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 time - command like this: time { ./configure ... && make + command like this: time { ../configure ... && make && make install; }. -- cgit v1.2.3-54-g00ecf