diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-22 19:03:48 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-22 19:03:48 +0000 |
commit | b02848e688e4a6787746c7270a3e7e3c8a3f854f (patch) | |
tree | 93878a62e9e0558def794dc066ffa27ddff9083e /chapter05 | |
parent | 1ea50a5cd0393ac8b5c97774e26bfcfb5fdcd5f8 (diff) |
Removed the -k from TCL's make check
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/tcl-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |