mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-15 08:45:08 +01:00
Placed the commands to run the optional testsuites in one line. Required for jhalfs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b70a039a6a
commit
8c68addc8e
@ -55,8 +55,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>
|
||||
|
||||
|
@ -54,8 +54,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>RUN_EXPENSIVE_TESTS=yes</parameter> parameter tells the
|
||||
test suite to run several additional tests that are considered
|
||||
relatively expensive (in terms of CPU power and memory usage) on some
|
||||
|
@ -37,8 +37,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>
|
||||
|
||||
|
@ -43,8 +43,7 @@ echo "#define HAVE_LC_MESSAGES 1" >> config.h</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -50,8 +50,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>
|
||||
|
||||
|
@ -37,8 +37,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>
|
||||
|
||||
|
@ -37,8 +37,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>
|
||||
|
||||
|
@ -37,8 +37,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>
|
||||
|
||||
|
@ -42,8 +42,7 @@ some issues with GCC-&gcc-version;:</para>
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -49,8 +49,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
|
||||
|
@ -37,8 +37,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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user