diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 19:13:12 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-10-19 19:13:12 +0000 |
commit | 8ac07b8d1b06db8fd6abc7db5480248a317acf3a (patch) | |
tree | 567f01f5e91171f962a12c595e2e4106176caa22 | |
parent | 56fc9420880a81cc51a2bedc3d458b8ec383ca39 (diff) |
Fixed the "make check" tags for jhalfs purposes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1.1/BOOK@7057 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/bash.xml | 3 | ||||
-rw-r--r-- | chapter05/coreutils.xml | 4 | ||||
-rw-r--r-- | chapter05/findutils.xml | 3 | ||||
-rw-r--r-- | chapter05/gawk.xml | 3 | ||||
-rw-r--r-- | chapter05/grep.xml | 3 | ||||
-rw-r--r-- | chapter05/m4.xml | 3 | ||||
-rw-r--r-- | chapter05/make.xml | 3 | ||||
-rw-r--r-- | chapter05/sed.xml | 3 | ||||
-rw-r--r-- | chapter05/tar.xml | 3 | ||||
-rw-r--r-- | chapter05/tcl.xml | 4 | ||||
-rw-r--r-- | chapter05/texinfo.xml | 3 |
11 files changed, 13 insertions, 22 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index 52df13885..0f89aed87 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -53,8 +53,7 @@ from Glibc which are more stable.</para></listitem> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -tests</userinput>.</para> +<para>To test the results, issue: <userinput>make tests</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index b1ecdb3bf..3c771a2bd 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -52,8 +52,8 @@ instructions be followed exactly as given above.</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -RUN_EXPENSIVE_TESTS=yes check</userinput>. The +<para>To test the results, issue: +<userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput>. The <parameter condition="html">RUN_EXPENSIVE_TESTS=yes</parameter> <parameter condition="pdf">RUN_EXPENSIVE_ TESTS=yes</parameter> parameter tells the test suite to run several additional tests that are considered diff --git a/chapter05/findutils.xml b/chapter05/findutils.xml index a3967599a..b360e759e 100644 --- a/chapter05/findutils.xml +++ b/chapter05/findutils.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 60398c27a..726189673 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 17b93f8c1..bf0cbe71a 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -48,8 +48,7 @@ be present on the host but will not be available once we enter the <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/m4.xml b/chapter05/m4.xml index 0bb24fb68..3f3f23da1 100644 --- a/chapter05/m4.xml +++ b/chapter05/m4.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/make.xml b/chapter05/make.xml index 773db66b2..d2a6946b3 100644 --- a/chapter05/make.xml +++ b/chapter05/make.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/sed.xml b/chapter05/sed.xml index 6c7084daf..6b18e4e1d 100644 --- a/chapter05/sed.xml +++ b/chapter05/sed.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/tar.xml b/chapter05/tar.xml index 491ae7aca..3433e910b 100644 --- a/chapter05/tar.xml +++ b/chapter05/tar.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 9e99786c6..132152a51 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -47,8 +47,8 @@ linkend="chapter-building-system"/>.</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>TZ=UTC make -test</userinput>. The Tcl test suite is known to experience failures +<para>To test the results, issue: <userinput>TZ=UTC make test</userinput>. +The Tcl test suite is known to experience failures under certain host conditions that are not fully understood. Therefore, test suite failures here are not surprising, and are not considered critical. The <parameter>TZ=UTC</parameter> parameter sets diff --git a/chapter05/texinfo.xml b/chapter05/texinfo.xml index 6c7286d1f..9a7451b4f 100644 --- a/chapter05/texinfo.xml +++ b/chapter05/texinfo.xml @@ -35,8 +35,7 @@ <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>make -check</userinput>.</para> +<para>To test the results, issue: <userinput>make check</userinput>.</para> <para>Install the package:</para> |