Ignore:
Timestamp:
01/28/2016 01:41:20 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
4e801466
Parents:
b6ceddb
Message:

Merge from trunk r10991.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rb6ceddb rdd30a4b  
    7676<screen><userinput remap="pre">patch -Np1 -i ../&glibc-largefile-patch;</userinput></screen>
    7777
    78     <para>The Glibc documentation recommends building Glibc outside of the source
    79     directory in a dedicated build directory:</para>
    80 
    81 <screen><userinput remap="pre">mkdir -v ../glibc-build
    82 cd ../glibc-build</userinput></screen>
     78    <para>The Glibc documentation recommends building Glibc
     79    in a dedicated build directory:</para>
     80
     81<screen><userinput remap="pre">mkdir -v build
     82cd       build</userinput></screen>
    8383
    8484    <para>Prepare Glibc for compilation:</para>
    8585
    86 <screen><userinput remap="configure">../glibc-&glibc-version;/configure    \
    87     --prefix=/usr          \
    88     --disable-profile      \
    89     --enable-kernel=&min-kernel; \
    90     --enable-obsolete-rpc</userinput></screen>
     86<screen><userinput remap="configure">../configure --prefix=/usr          \
     87             --disable-profile      \
     88             --enable-kernel=&min-kernel; \
     89             --enable-obsolete-rpc</userinput></screen>
    9190
    9291    <para>Compile the package:</para>
     
    169168    <command>nscd</command>:</para>
    170169
    171 <screen><userinput remap="install">cp -v ../glibc-&glibc-version;/nscd/nscd.conf /etc/nscd.conf
     170<screen><userinput remap="install">cp -v ../nscd/nscd.conf /etc/nscd.conf
    172171mkdir -pv /var/cache/nscd</userinput></screen>
    173172
     
    278277
    279278    <para>Install and set up the time zone data with the following:</para>
    280 <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz
     279<screen><userinput>tar -xf ../../tzdata&tzdata-version;.tar.gz
    281280
    282281ZONEINFO=/usr/share/zoneinfo
Note: See TracChangeset for help on using the changeset viewer.