From e043985d033951f499e41c9a6fbfa98e84ac027f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 19 Feb 2014 22:21:37 +0000 Subject: Spelling and other general cleanup. Use better method for installing kmod man pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10489 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext.xml | 13 ++++++++----- chapter05/util-linux.xml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index a8b59ea1e..6df7bf751 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -44,7 +44,7 @@ Installation of Gettext For our temporary set of tools, we only need to build and install - one binary from Gettext. + three programs from Gettext. Prepare Gettext for compilation: @@ -76,16 +76,19 @@ EMACS="no" ./configure --prefix=/tools --disable-shared Compile the package: make -C gnulib-lib -make -C src msgfmt +make -C src msgfmt +make -C src msgmerge +make -C src xgettext - As only one binary has been compiled, it is not possible to run the + As only three prograsm have been compiled, it is not possible to run the test suite without compiling additional support libraries from the Gettext package. It is therefore not recommended to attempt to run the test suite at this stage. - Install the msgfmt binary: + Install the msgfmt, msgmerge and + xgettext programs: -cp -v src/msgfmt /tools/bin +cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin diff --git a/chapter05/util-linux.xml b/chapter05/util-linux.xml index 909fa6679..07b8282e6 100644 --- a/chapter05/util-linux.xml +++ b/chapter05/util-linux.xml @@ -75,7 +75,7 @@ Setting this envronment variable prevents adding unneeded features that may be available on the host. Note that the location shown for setting this environment variable is different from other - LFS sections where variables are set preceeding the command. This + LFS sections where variables are set preceding the command. This location is shown to demonstrate an alternative way of setting an environment variable when using configure. -- cgit v1.2.3-54-g00ecf