aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-15 22:39:38 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-15 22:39:38 +0000
commitf2243a550259c561406b5f6d5cec4c6cd6d55299 (patch)
tree1756ef84b148b302bf8a3fe0b9ce6c983b445935 /chapter05
parent8f752242daade0f5a6ef94e7bcf7b7f082f2837e (diff)
Mixed modifications.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/binutils-pass1-inst.xml7
-rw-r--r--chapter05/tcl-inst.xml12
2 files changed, 12 insertions, 7 deletions
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:</para>
<screen><userinput>mkdir ../binutils-build
cd ../binutils-build</userinput></screen>
-<para>Next, prepare Binutils to be compiled:</para>
+<note><para>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:
+<userinput>time { ./configure ... &amp;&amp; ... &amp;&amp; ... &amp;&amp; make install; }</userinput>.</para></note>
+
+<para>Now prepare Binutils for compilation:</para>
<screen><userinput>../binutils-&binutils-version;/configure \
&nbsp;&nbsp;&nbsp;&nbsp;--prefix=/tools --disable-nls</userinput></screen>
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.</para>
<screen><userinput>make install</userinput></screen>
-<para>Make a necessary symbolic link:</para>
-
-<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
-
<!-- HACK - Force some whitespace to appease tidy -->
<literallayout></literallayout>
-<caution><para>Do not remove the
+<important><para><emphasis>Do not remove</emphasis> the
<filename>tcl&tcl-version;</filename> source directory yet, as the next package
-will need its internal headers.</para></caution>
+will need its internal headers.</para></important>
+
+<para>Make a necessary symbolic link:</para>
+
+<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
<!-- HACK - Force some whitespace to appease tidy -->
<literallayout></literallayout>