aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Robertson <jwrober@linuxfromscratch.org>2003-09-12 14:30:41 +0000
committerJames Robertson <jwrober@linuxfromscratch.org>2003-09-12 14:30:41 +0000
commit0b5fd8449d6619014819cf8d5a8fd8e6aeb91240 (patch)
tree4aaa2dee5ed8fbcab16659eb9531b8eee12c9191
parent03bdafe309aab670f942cecd4696fd1f02817e34 (diff)
Small textual change in Ch5 GCC Pass 2 install instructions - provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2782 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter05/gcc-pass2-inst.xml2
-rw-r--r--index.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index 8dcb5a52c..49b3dac1e 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -61,7 +61,7 @@ through to completion and not stop at the first failure. The GCC test suite is
very comprehensive and is almost guaranteed to generate a few failures. To get
a summary of the test suite results, run this:</para>
-<para><screen><userinput>../gcc-3*/contrib/test_summary | less</userinput></screen></para>
+<para><screen><userinput>../gcc-&gcc-version;/contrib/test_summary | less</userinput></screen></para>
<para>You can compare your results to those posted to the gcc-testresults
mailing list for similar configurations to your own. For an example of how
diff --git a/index.xml b/index.xml
index e8d9d4f88..371133c22 100644
--- a/index.xml
+++ b/index.xml
@@ -3,8 +3,8 @@
"/usr/share/docbook/docbookx.dtd" [
-<!ENTITY version "20030911">
-<!ENTITY releasedate "September 11th, 2003">
+<!ENTITY version "20030912">
+<!ENTITY releasedate "September 12th, 2003">
<!ENTITY nbsp " ">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">