Author: manuel Date: 2005-10-19 13:13:12 -0600 (Wed, 19 Oct 2005) New Revision: 7057
Modified: branches/6.1.1/BOOK/chapter05/bash.xml branches/6.1.1/BOOK/chapter05/coreutils.xml branches/6.1.1/BOOK/chapter05/findutils.xml branches/6.1.1/BOOK/chapter05/gawk.xml branches/6.1.1/BOOK/chapter05/grep.xml branches/6.1.1/BOOK/chapter05/m4.xml branches/6.1.1/BOOK/chapter05/make.xml branches/6.1.1/BOOK/chapter05/sed.xml branches/6.1.1/BOOK/chapter05/tar.xml branches/6.1.1/BOOK/chapter05/tcl.xml branches/6.1.1/BOOK/chapter05/texinfo.xml Log: Fixed the "make check" tags for jhalfs purposes. Modified: branches/6.1.1/BOOK/chapter05/bash.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/bash.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/bash.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -53,8 +53,7 @@ <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> Modified: branches/6.1.1/BOOK/chapter05/coreutils.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/coreutils.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/coreutils.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -52,8 +52,8 @@ <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 Modified: branches/6.1.1/BOOK/chapter05/findutils.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/findutils.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/findutils.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/gawk.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/gawk.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/gawk.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/grep.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/grep.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/grep.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -48,8 +48,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> Modified: branches/6.1.1/BOOK/chapter05/m4.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/m4.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/m4.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/make.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/make.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/make.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/sed.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/sed.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/sed.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/tar.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/tar.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/tar.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> Modified: branches/6.1.1/BOOK/chapter05/tcl.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/tcl.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/tcl.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -47,8 +47,8 @@ <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 Modified: branches/6.1.1/BOOK/chapter05/texinfo.xml =================================================================== --- branches/6.1.1/BOOK/chapter05/texinfo.xml 2005-10-19 18:38:24 UTC (rev 7056) +++ branches/6.1.1/BOOK/chapter05/texinfo.xml 2005-10-19 19:13:12 UTC (rev 7057) @@ -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> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
