From cc440d3bdbf8bda0fb75105561276ef1f976f88a Mon Sep 17 00:00:00 2001 From: Krejzi Date: Thu, 7 Aug 2014 20:15:54 +0000 Subject: [PATCH] Merged trunk. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 8 ++++---- chapter01/changelog.xml | 32 ++++++++++++++++++++++++++++++++ chapter06/procps.xml | 4 ++-- chapter06/vim.xml | 31 +++++++++++-------------------- 4 files changed, 49 insertions(+), 26 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 7ceacb41f..a78c4be66 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -169,7 +169,7 @@ &before; - None + Tar, Vim @@ -2161,7 +2161,7 @@ &dependencies; - Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, + Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, Grep, Inetutils, Make, Sed, and Texinfo @@ -2305,8 +2305,8 @@ &dependencies; - Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, - Ncurses, and Sed + Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, + Grep, Make, Ncurses, and Sed diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 090c88442..ef4c694f0 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,25 @@ --> + + 2014-08-07 + + + [krejzi] - Merged LFS SVN-20140805. + + + + + + 2014-08-05 + + + [Chris] - Reversed change to Vim's docs location, so that + Vim can find its help files. + + + + 2014-08-03 @@ -44,6 +63,19 @@ + + 2014-08-03 + + + [bdubbs] - Update text about upgrades. Fixes + #3645. + + + [bdubbs] - Add a fix to gcc identified upstream. + + + + 2014-08-02 diff --git a/chapter06/procps.xml b/chapter06/procps.xml index f0dbec3cf..170697668 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -55,8 +55,8 @@ --disable-kill - This switch disables building the kill command that - was installed in the util-linux package. + This switch disables building the kill + command that will be installed by the Util-linux package. diff --git a/chapter06/vim.xml b/chapter06/vim.xml index edadde175..5d1e512fc 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -83,24 +83,7 @@ Install the package: -make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install - - - The meaning of the make option: - - - HELPSUBLOC=/usr/share/doc/vim-&vim-version; - - Tells Vim to install its documentation into - /usr/share/doc/vim-&vim-version; - instead of - /usr/share/&vim-docdir;/doc, - for better consistency with the documentation location for other - packages. - - - - +make install Many users are used to using vi instead of vim. To allow execution of vim @@ -113,6 +96,14 @@ for L in /usr/share/man/{,*/}man1/vim.1; do ln -sv vim.1 $(dirname $L)/vi.1 done + By default, Vim's documentation is installed in /usr/share/vim. The following symlink + allows the documentation to be accessed via /usr/share/doc/vim-&vim-version;, making + it consistent with the location of documentation for other packages: + +ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version; + If an X Window System is going to be installed on the LFS system, it may be necessary to recompile Vim after installing X. Vim comes with a GUI version of the editor that requires X and some @@ -195,13 +186,13 @@ set spell Installed programs - Installed directories + Installed directory ex (link to vim), rview (link to vim), rvim (link to vim), vi (link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor, and xxd - /usr/share/doc/vim-&vim-version;, /usr/share/vim + /usr/share/vim