diff options
author | lfs-dev <lfs-dev@lists.linuxfromscratch.org> | 2004-06-22 19:48:30 +0000 |
---|---|---|
committer | lfs-dev <lfs-dev@lists.linuxfromscratch.org> | 2004-06-22 19:48:30 +0000 |
commit | 2ec64b313286681a709807dff868a30250f31207 (patch) | |
tree | 5f6a8ee6580d60f897891cba0a18a98eea28c6ad /chapter06/glibc.xml | |
parent | 673b0d84ba9591e07c0bdf0ee49d92eba10f502c (diff) |
This commit was manufactured by cvs2svn to create tag 'v5_1_1'.v5_1_1
git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/v5_1_1/BOOK@3757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 18 |
1 files changed, 7 insertions, 11 deletions
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</userinput></screen> <para>Now prepare Glibc for compilation:</para> -<screen><userinput>../glibc-&glibc-version;-20031202/configure --prefix=/usr \ +<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons=linuxthreads \ --libexecdir=/usr/lib --with-headers=/usr/include \ --without-cvs</userinput></screen> @@ -121,11 +121,11 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen> <para>Finally, build the linuxthreads man pages:</para> -<screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man</userinput></screen> +<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen> <para>And install these pages:</para> -<screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man install</userinput></screen> +<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen> </sect2> @@ -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 <userinput>EOF</userinput></screen> |