Changeset d35b7f3 for chapter06


Ignore:
Timestamp:
07/06/2009 06:54:06 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
68460dd
Parents:
94e6954
Message:

Update to sed 4,2,1
Update to Linux 2.6.30.1
Correct GCC to use -fomit-frame-pointer
Add pkg-config
Remove --with-col from Man-DB
Move Util-Linux-NG to before E2fsprogs in Chapter 6
Update to e2fsprogs-1.41.7
Remove E2fsprogs in Chapter 5

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8955 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/chapter06.xml

    r94e6954 rd35b7f3  
    2929  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="db.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sed.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkg-config.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="util-linux-ng.xml"/>
    3134  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="e2fsprogs.xml"/>
    3235  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/>
     
    3437  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/>
    3538  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bison.xml"/>
    36   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="ncurses.xml"/>
    3739  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="procps.xml"/>
    3840  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/>
     
    6870  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="texinfo.xml"/>
    6971  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="udev.xml"/>
    70   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="util-linux-ng.xml"/>
    7172  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="vim.xml"/>
    7273  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="aboutdebug.xml"/>
  • chapter06/e2fsprogs.xml

    r94e6954 rd35b7f3  
    5959
    6060<screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
    61     --enable-elf-shlibs</userinput></screen>
     61    --enable-elf-shlibs --disable-libblkid --disable-libuuid</userinput></screen>
    6262
    6363    <variablelist>
     
    114114    be removed later.</para>
    115115
    116 <screen><userinput remap="install">chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
     116<screen><userinput remap="install">chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a</userinput></screen>
    117117
    118118    <para>This package installs a gzipped
     
    132132install -v -m644 doc/com_err.info /usr/share/info
    133133install-info --dir-file=/usr/share/info/dir \
    134              /usr/share/info/com_err.info
    135 
    136 install -v -m644 -D ../doc/libblkid.txt \
    137         /usr/share/doc/e2fsprogs-&e2fsprogs-version;/libblkid.txt</userinput></screen>
    138 
     134             /usr/share/info/com_err.info</userinput></screen>
    139135  </sect2>
    140136
     
    152148        mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
    153149        mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
    154         <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
    155         libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
     150        <seg>libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and
     151        libss.{a,so}</seg>
    156152      </seglistitem>
    157153    </segmentedlist>
     
    514510      </varlistentry>
    515511
    516       <varlistentry id="libblkid">
    517         <term><filename class="libraryfile">libblkid</filename></term>
    518         <listitem>
    519           <para>Contains routines for device identification and token
    520           extraction</para>
    521           <indexterm zone="ch-system-e2fsprogs libblkid">
    522             <primary sortas="c-libblkid">libblkid</primary>
    523           </indexterm>
    524         </listitem>
    525       </varlistentry>
    526 
    527512      <varlistentry id="libcom_err">
    528513        <term><filename class="libraryfile">libcom_err</filename></term>
     
    567552      </varlistentry>
    568553
    569       <varlistentry id="libuuid">
    570         <term><filename class="libraryfile">libuuid</filename></term>
    571         <listitem>
    572           <para>Contains routines for generating unique identifiers for objects
    573           that may be accessible beyond the local system</para>
    574           <indexterm zone="ch-system-e2fsprogs libuuid">
    575             <primary sortas="c-libuuid">libuuid</primary>
    576           </indexterm>
    577         </listitem>
    578       </varlistentry>
    579 
    580554    </variablelist>
    581555
  • chapter06/gcc.xml

    r94e6954 rd35b7f3  
    5555
    5656<screen><userinput remap="pre">case `uname -m` in
    57   i?86) sed -i 's/^XCFLAGS =$/&amp; -fomit-frame-pointer/' \
     57  i?86) sed -i 's/^T_CFLAGS =$/&amp; -fomit-frame-pointer/' \
    5858        gcc/Makefile.in ;;
    5959esac</userinput></screen>
  • chapter06/man-db.xml

    r94e6954 rd35b7f3  
    5252<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
    5353    --sysconfdir=/etc --disable-setuid \
    54     --with-browser=/usr/bin/lynx --with-col=/usr/bin/col \
    55     --with-vgrind=/usr/bin/vgrind --with-grap=/usr/bin/grap</userinput></screen>
     54    --with-browser=/usr/bin/lynx --with-vgrind=/usr/bin/vgrind \
     55    --with-grap=/usr/bin/grap</userinput></screen>
    5656
    5757    <variablelist>
     
    6969        <term><parameter>--with-...</parameter></term>
    7070        <listitem>
    71           <para>These four parameters are used to set some default programs.
    72           The <command>col</command> program is a part of the Util-linux-ng
    73           package, <command>lynx</command> is a text-based web browser (see
     71          <para>These three parameters are used to set some default programs.
     72          <command>lynx</command> is a text-based web browser (see
    7473          BLFS for installation instructions), <command>vgrind</command>
    7574          converts program sources to Groff input, and <command>grap</command>
  • chapter06/module-init-tools.xml

    r94e6954 rd35b7f3  
    8787
    8888      <seglistitem>
    89         <seg>depmod, generate-modprobe.conf, insmod, insmod.static, lsmod,
    90         modinfo, modprobe, and rmmod</seg>
     89        <seg>depmod, insmod, insmod.static, lsmod, modinfo, modprobe, and rmmod</seg>
    9190      </seglistitem>
    9291    </segmentedlist>
     
    106105          <indexterm zone="ch-system-module-init-tools depmod">
    107106            <primary sortas="b-depmod">depmod</primary>
    108           </indexterm>
    109         </listitem>
    110       </varlistentry>
    111 
    112       <varlistentry id="generate-modprobe.conf">
    113         <term><command>generate-modprobe.conf</command></term>
    114         <listitem>
    115           <para>Creates a modprobe.conf file from an existing 2.2 or 2.4 module
    116           setup</para>
    117           <indexterm zone="ch-system-module-init-tools generate-modprobe.conf">
    118             <primary sortas="b-generate-modprobe.conf">generate-modprobe.conf</primary>
    119107          </indexterm>
    120108        </listitem>
Note: See TracChangeset for help on using the changeset viewer.