aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:07:44 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2003-09-11 20:07:44 +0000
commit0841437890915f7f6050da9f1066bf814439cd48 (patch)
tree24b47f5722e2b30e262c9390352b776902678d87 /chapter05
parentc9398bca01ffaa66d492bbc865d267ce905c3033 (diff)
Dropped non-toolchain tests to optional
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/bash-inst.xml4
-rw-r--r--chapter05/coreutils-inst.xml4
-rw-r--r--chapter05/expect-inst.xml17
-rw-r--r--chapter05/findutils-inst.xml4
-rw-r--r--chapter05/gettext-inst.xml5
-rw-r--r--chapter05/grep-inst.xml4
-rw-r--r--chapter05/make-inst.xml4
-rw-r--r--chapter05/sed-inst.xml4
-rw-r--r--chapter05/tar-inst.xml4
-rw-r--r--chapter05/tcl-inst.xml25
-rw-r--r--chapter05/texinfo-inst.xml4
11 files changed, 55 insertions, 24 deletions
diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml
index eab96f228..b181413e6 100644
--- a/chapter05/bash-inst.xml
+++ b/chapter05/bash-inst.xml
@@ -16,7 +16,9 @@ patch:</para>
<para><screen><userinput>make</userinput></screen></para>
-<para>Check that it works correctly:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make tests</userinput></screen></para>
diff --git a/chapter05/coreutils-inst.xml b/chapter05/coreutils-inst.xml
index 277c045e3..0d3534b93 100644
--- a/chapter05/coreutils-inst.xml
+++ b/chapter05/coreutils-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make</userinput></screen></para>
-<para>Test the results thoroughly:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen></para>
diff --git a/chapter05/expect-inst.xml b/chapter05/expect-inst.xml
index 73fefd214..a0e0ac1f3 100644
--- a/chapter05/expect-inst.xml
+++ b/chapter05/expect-inst.xml
@@ -14,14 +14,19 @@ GCC test suite run.</para>
<para><screen><userinput>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no</userinput></screen></para>
-<para>Build, test, and install the package:</para>
+<para>Build the package:</para>
-<para><screen><userinput>make
-make test
-make install</userinput></screen></para>
+<para><screen><userinput>make</userinput></screen></para>
-<para>Note that also here some of the tests might fail, and that this is not a
-problem here either.</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
+
+<para><screen><userinput>make test</userinput></screen></para>
+
+<para>And install:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
<para>You can now remove the source directories of both Tcl and Expect.</para>
diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml
index a43cf15bf..363449bd2 100644
--- a/chapter05/findutils-inst.xml
+++ b/chapter05/findutils-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Test the results:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml
index dd93ed683..798393ca9 100644
--- a/chapter05/gettext-inst.xml
+++ b/chapter05/gettext-inst.xml
@@ -11,8 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Check that the programs work correctly (this takes so long you can go
-for a walk):</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index e72404e54..6051ffd2e 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -12,7 +12,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Check that the programs work correctly:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml
index 7f5d2b18e..529f2d3d4 100644
--- a/chapter05/make-inst.xml
+++ b/chapter05/make-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Test the program:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml
index 9a5bf4111..c7bd03ec5 100644
--- a/chapter05/sed-inst.xml
+++ b/chapter05/sed-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Test the program:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/tar-inst.xml b/chapter05/tar-inst.xml
index be4c2f075..316ad2541 100644
--- a/chapter05/tar-inst.xml
+++ b/chapter05/tar-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Check that the programs work correctly:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml
index a0be4332d..8589d0ff8 100644
--- a/chapter05/tcl-inst.xml
+++ b/chapter05/tcl-inst.xml
@@ -13,20 +13,29 @@ essential, to know that our most important tools are working properly.</para>
<para><screen><userinput>cd unix
./configure --prefix=/tools</userinput></screen></para>
-<para>Build, test, and install the package:</para>
+<para>Build, the package:</para>
-<para><screen><userinput>make
-make -k test
-make install</userinput></screen></para>
+<para><screen><userinput>make</userinput></screen></para>
-<para>Note that several of the tests may fail (for exmple the clock test).
-This is, however, not a problem: the program will work well enough to be able
-to run the GCC and Binutils test suites.</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
+
+<para><screen><userinput>TZ=UTC make -k test</userinput></screen></para>
+
+<para>Sometimes, package testsuites will give false failures. You can
+consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/>
+to verify that these failures are normal. This applies to all tests
+throughout the book.</para>
+
+<para>Install the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
<para>Make a link:</para>
<para><screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen></para>
-<caution><para><emphasis>Do not remove</emphasis> the
+<caution><para>Do not remove the
<filename>tcl&tcl-version;</filename> source directory yet, as the next package
will need its internal headers.</para></caution>
diff --git a/chapter05/texinfo-inst.xml b/chapter05/texinfo-inst.xml
index 6cb7bbb0b..7ce35619a 100644
--- a/chapter05/texinfo-inst.xml
+++ b/chapter05/texinfo-inst.xml
@@ -11,7 +11,9 @@
<para><screen><userinput>make </userinput></screen></para>
-<para>Check that the programs work correctly:</para>
+<para>This package has a testsuite available which can perform a number of
+checks to ensure it built correctly. Should you choose to run it, the
+following command will do so:</para>
<para><screen><userinput>make check</userinput></screen></para>