From f2243a550259c561406b5f6d5cec4c6cd6d55299 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 15 Oct 2003 22:39:38 +0000 Subject: Mixed modifications. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1-inst.xml | 7 ++++++- chapter05/tcl-inst.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 8ceb64537..15465730b 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -24,7 +24,12 @@ source directory in a dedicated build directory: mkdir ../binutils-build cd ../binutils-build -Next, prepare Binutils to be compiled: +If you want the SBU values listed in the rest of the book to be of +any use, you will have to measure the time it takes to build this package. To +achieve this easily, you could do something like: +time { ./configure ... && ... && ... && make install; }. + +Now prepare Binutils for compilation: ../binutils-&binutils-version;/configure \     --prefix=/tools --disable-nls diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index b6deaa66f..d64f16992 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -45,16 +45,16 @@ throughout the book. make install -Make a necessary symbolic link: - -ln -s tclsh8.4 /tools/bin/tclsh - -Do not remove the +Do not remove the tcl&tcl-version; source directory yet, as the next package -will need its internal headers. +will need its internal headers. + +Make a necessary symbolic link: + +ln -s tclsh8.4 /tools/bin/tclsh -- cgit v1.2.3-54-g00ecf