diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-12 16:35:49 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-12 16:35:49 +0000 |
commit | 76db8d6fa13e6c7c133fc1118c127bce9dcb8564 (patch) | |
tree | 66e0c62c6ff448dcc6f3311b890d354b913de00e /chapter06/vim.xml | |
parent | 059c79e4530a1c91ae18d0bdf77c366f40911676 (diff) |
Add LANG to vim test instructions.
Ensure grep tests run to completion.
Run gcc tests in Chapter 6 as a non-privileged user.
Move shadow to before gcc so the gcc tests can
use su to run as a non-privileged user.
Add perl Configure options in Chapter 5 to ensure
no host system libraries are used.
Update minimum make version to 4.0 required by glibc-2.28.
Update bzip2 url to a new location.
Update to linux-4.17.14.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 084a600f2..04f6d9bd8 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -68,7 +68,7 @@ <para>To test the results, issue:</para> -<screen><userinput remap="test">make -j1 test &> vim-test.log</userinput></screen> +<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &> vim-test.log</userinput></screen> <para>The test suite outputs a lot of binary data to the screen. This can cause issues with the settings of the current terminal. The problem can be @@ -76,8 +76,6 @@ successful test will result in the words "ALL DONE" in the log file at completion.</para> - <para>One test, Test_terminal_composing_unicode, is known to fail.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |