From 2ec64b313286681a709807dff868a30250f31207 Mon Sep 17 00:00:00 2001 From: lfs-dev Date: Tue, 22 Jun 2004 19:48:30 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'v5_1_1'. git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/v5_1_1/BOOK@3757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/glibc.xml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'chapter06/glibc.xml') diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 59ecff6f9..59c1e016c 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -42,7 +42,7 @@ cd ../glibc-build Now prepare Glibc for compilation: -../glibc-&glibc-version;-20031202/configure --prefix=/usr \ +../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons=linuxthreads \ --libexecdir=/usr/lib --with-headers=/usr/include \ --without-cvs @@ -121,11 +121,11 @@ localedef -i ja_JP -f EUC-JP ja_JP Finally, build the linuxthreads man pages: -make -C ../glibc-&glibc-version;-20031202/linuxthreads/man +make -C ../glibc-&glibc-version;/linuxthreads/man And install these pages: -make -C ../glibc-&glibc-version;-20031202/linuxthreads/man install +make -C ../glibc-&glibc-version;/linuxthreads/man install @@ -149,17 +149,13 @@ passwd: files group: files shadow: files -publickey: files - hosts: files dns networks: files -protocols: db files -services: db files -ethers: db files -rpc: db files - -netgroup: db files +protocols: files +services: files +ethers: files +rpc: files # End /etc/nsswitch.conf EOF -- cgit v1.2.3-54-g00ecf