Changeset 9ef92bb


Ignore:
Timestamp:
05/26/2002 08:32:12 PM (22 years ago)
Author:
Gerard Beekmans <gerard@…>
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.0, 6.1, 6.1.1, 6.3, 6.4, 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, v4_0, v4_1, v5_0, v5_1, v5_1_1, 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:
f6ea270
Parents:
f76d55a
Message:

removed gzip command explanation

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

Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf76d55a r9ef92bb  
    2727
    2828</para></listitem>
     29
     30<listitem><para>May 26th, 2002 [gerard]: Chapter 05 - Gawk &amp; Findutils:
     31simplified the installation by removing the libexecdir modifications. We
     32can live with a
     33<filename class="directory">$LFS/static/libexecdir</filename> being created.
     34The whole <filename class="directory">$LFS/static</filename> directory is
     35temporarily anyways, so we're not all that concerned with what it looks
     36like.</para></listitem>
    2937
    3038<listitem><para>May 26th, 2002 [gerard]: Chapter 06 - Creating Directories:
  • chapter05/findutils-inst.xml

    rf76d55a r9ef92bb  
    1010<para><screen><userinput>patch -Np1 -i ../findutils-4.1.patch &amp;&amp;
    1111./configure --prefix=$LFS/static &amp;&amp;
    12 make libexecdir=$LFS/static/bin LDFLAGS=-static &amp;&amp;
    13 make libexecdir=$LFS/static/bin install</userinput></screen></para>
     12make LDFLAGS=-static &amp;&amp;
     13make install</userinput></screen></para>
    1414
    1515</sect2>
  • chapter05/gawk-inst.xml

    rf76d55a r9ef92bb  
    1414<para>Install Gawk by running the following commands:</para>
    1515
    16 <para><screen><userinput>cp awklib/Makefile.in awklib/Makefile.in.backup &amp;&amp;
    17 sed -e '/^datadir/s/awk/gawk/' \
    18 -e '/^libexecdir/s%/awk%%' awklib/Makefile.in.backup \
    19 &nbsp;&nbsp;&nbsp;&nbsp;&gt; awklib/Makefile.in &amp;&amp;
    20 CPPFLAGS=-Dre_max_failures=re_max_failures2 \
     16<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
    2117./configure --prefix=$LFS/static --disable-nls \
    2218&nbsp;&nbsp;&nbsp;&nbsp;--libexecdir=$LFS/static/bin &amp;&amp;
  • chapter05/gzip.xml

    rf76d55a r9ef92bb  
    77
    88&c5-gzip-inst;
    9 &c5-gzip-exp;
    109&aa-gzip-desc;
    1110&aa-gzip-dep;
  • entities/gzip.ent

    rf76d55a r9ef92bb  
    33<!ENTITY c5-gzip SYSTEM "../chapter05/gzip.xml">
    44<!ENTITY c5-gzip-inst SYSTEM "../chapter05/gzip-inst.xml">
    5 <!ENTITY c5-gzip-exp SYSTEM "../chapter05/gzip-exp.xml">
    65
    76<!ENTITY c6-gzip SYSTEM "../chapter06/gzip.xml">
Note: See TracChangeset for help on using the changeset viewer.