diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-02-19 01:49:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-02-19 01:49:18 +0000 |
commit | 13683021687c3b248b0078cb0d147952027ff3f4 (patch) | |
tree | dfd23780d4393d86c6b2b106d43d860ae1c71d4c /chapter06/coreutils.xml | |
parent | dd06b538b57f5f10ad8138576ad6ebf9fe7a6c69 (diff) |
Upgrade to Coreutils-8.21
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10163 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/coreutils.xml')
-rw-r--r-- | chapter06/coreutils.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 8067b05c5..390cdbe31 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -40,11 +40,11 @@ <sect2 role="installation"> <title>Installation of Coreutils</title> - +<!-- <para>Fix a couple of test failures:</para> <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-test-patch;</userinput></screen> - +--> <para>POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs:</para> @@ -87,7 +87,7 @@ <para>Now the test suite is ready to be run. First, run the tests that are meant to be run as user <systemitem class="username">root</systemitem>:</para> -<screen><userinput remap="test">make NON_ROOT_USERNAME=nobody SUBDIRS= check-root</userinput></screen> +<screen><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen> <para>We're going to run the remainder of the tests as the <systemitem class="username">nobody</systemitem> user. Certain tests, |