From 24c15531dd39b66cc42f3d0372e0be1302d53d77 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Fri, 15 Feb 2013 16:07:15 +0000 Subject: [PATCH] Revert chap5 gettext change. I commited it by accident. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 4839256b7..a8b59ea1e 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 - three binaries from Gettext. + one binary from Gettext. Prepare Gettext for compilation: @@ -76,9 +76,7 @@ EMACS="no" ./configure --prefix=/tools --disable-shared Compile the package: make -C gnulib-lib -make -C src msgfmt -make -C src msgmerge -make -C src xgettext +make -C src msgfmt As only one binary has been compiled, it is not possible to run the test suite without compiling additional support libraries from the Gettext @@ -87,7 +85,7 @@ make -C src xgettext Install the msgfmt binary: -cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin +cp -v src/msgfmt /tools/bin