From cd40edaa94aabdea27821a626408c8b6d91b2bd9 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Thu, 29 Mar 2001 09:18:57 +0000 Subject: Changed cd dir && make to make -C git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gettext-inst.xml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'chapter05/gettext-inst.xml') diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index 598cc0a81..b78d4c711 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -8,13 +8,10 @@ Install Gettext by running the following commands:
./configure --disable-nls && - cd lib && - make && - cd ../intl && - make && - cd ../src && - make LDFLAGS=-all-static msgfmt && - cp msgfmt $LFS/usr/bin + make -C lib && + make -C intl && + make -C src LDFLAGS=-all-static msgfmt && + cp src/msgfmt $LFS/usr/bin
-- cgit v1.2.3-54-g00ecf