Ignore:
Timestamp:
06/22/2004 07:48:30 PM (20 years ago)
Author:
lfs-dev <lfs-dev@…>
Branches:
v5_1_1
Parents:
673b0d8
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r673b0d8 r2ec64b3  
    4343<para>Now prepare Glibc for compilation:</para>
    4444
    45 <screen><userinput>../glibc-&glibc-version;-20031202/configure --prefix=/usr \
     45<screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    4646    --disable-profile --enable-add-ons=linuxthreads \
    4747    --libexecdir=/usr/lib --with-headers=/usr/include \
     
    122122<para>Finally, build the linuxthreads man pages:</para>
    123123
    124 <screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man</userinput></screen>
     124<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man</userinput></screen>
    125125
    126126<para>And install these pages:</para>
    127127
    128 <screen><userinput>make -C ../glibc-&glibc-version;-20031202/linuxthreads/man install</userinput></screen>
     128<screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen>
    129129
    130130</sect2>
     
    150150shadow: files
    151151
    152 publickey: files
    153 
    154152hosts: files dns
    155153networks: files
    156154
    157 protocols: db files
    158 services: db files
    159 ethers: db files
    160 rpc: db files
    161 
    162 netgroup: db files
     155protocols: files
     156services: files
     157ethers: files
     158rpc: files
    163159
    164160# End /etc/nsswitch.conf
Note: See TracChangeset for help on using the changeset viewer.