diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6f2f9a195..f8e37c0a2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 22nd, 2003 [jeremy]: Removed the -k from TCL's make +check, since it's not expected to have failures anymore</para></listitem> + <listitem><para>September 22nd, 2003 [jeremy]: Changed the reference to the man hint to a pointer to BLFS</para></listitem> diff --git a/chapter05/tcl-inst.xml b/chapter05/tcl-inst.xml index 2131890d8..db8bf811d 100644 --- a/chapter05/tcl-inst.xml +++ b/chapter05/tcl-inst.xml @@ -21,7 +21,7 @@ to know that our most important tools are working properly.</para> 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><screen><userinput>TZ=UTC make test</userinput></screen></para> <para>Sometimes, package test suites will give false failures. You can consult the LFS Wiki at <ulink url="http://wiki.linuxfromscratch.org"/> |