diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 20:31:01 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-06 20:31:01 +0000 |
commit | a215474ef290fb390c7a0b6de6b89f231bd5b1cc (patch) | |
tree | d2530c5b4fd4fed185d4e8883145b0fceac76372 /chapter06/tar.xml | |
parent | 62710765e88288db30b8f6450432f7de78043fd6 (diff) |
Updated Tar to 1.20
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8593 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index dd91e51c4..a5baf9431 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -48,12 +48,10 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results (about 1 SBU), issue:</para> -<screen><userinput remap="test">make check || true</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> - <para>Note that tests 26 and 29 are known to fail intermittently.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |