Changeset 63eb55cb for chapter05


Ignore:
Timestamp:
01/15/2003 01:45:00 AM (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, 12.2, 12.2-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_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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a17c94d
Parents:
91b45ad
Message:

converted gzip, make and patch

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

Location:
chapter05
Files:
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gzip-inst.xml

    r91b45ad r63eb55cb  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Gzip</title>
    35
    4 <para>Install Gzip by running the following commands:</para>
     6<para>Prepare Gzip to be compiled:</para>
    57
    6 <para><screen><userinput>./configure --prefix=$LFS/static &amp;&amp;
    7 make LDFLAGS="-static" &amp;&amp;
    8 make install</userinput></screen></para>
     8<para><screen><userinput>./configure --prefix=$LFS/static</userinput></screen></para>
     9
     10<para>Continue with compiling the package:</para>
     11
     12<para><screen><userinput>make LDFLAGS="-static"</userinput></screen></para>
     13
     14<para>And finish off installing the package:</para>
     15
     16<para><screen><userinput>make install</userinput></screen></para>
    917
    1018</sect2>
  • chapter05/gzip.xml

    r91b45ad r63eb55cb  
    66Estimated required disk space:  &gzip-compsize-static;</screen>
    77
     8&aa-gzip-shortdesc;
     9&aa-gzip-dep;
    810&c5-gzip-inst;
    9 &aa-gzip-desc;
    10 &aa-gzip-dep;
    1111
    1212</sect1>
  • chapter05/make-inst.xml

    r91b45ad r63eb55cb  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Make</title>
    35
    4 <para>Install Make by running the following commands:</para>
     6<para>Prepare Make to be compiled:</para>
    57
    6 <para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls &amp;&amp;
    7 make &amp;&amp;
    8 make install</userinput></screen></para>
     8<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para>
     9
     10<para>Continue with compiling the package:</para>
     11
     12<para><screen><userinput>make</userinput></screen></para>
     13
     14<para>And finish off installing the package:</para>
     15
     16<para><screen><userinput>make install</userinput></screen></para>
    917
    1018<para>During the make install phase you will see this warning:</para>
     
    1523privileges to complete the installation of /mnt/lfs/static/bin/make.</screen></blockquote>
    1624
    17 <para>You can safely ignore this warning. The make program doesn't actually need to be owned by
    18 group kmem and setgid for the <emphasis>-l</emphasis> option to work. (This option
    19 tells make not to start any new jobs when a certain load on
    20 the system has been reached.)</para>
     25<para>You can safely ignore this warning. The make program doesn't actually
     26need to be owned by group kmem and setgid for the <emphasis>-l</emphasis>
     27option to work. (This option tells make not to start any new jobs when a
     28certain load on the system has been reached.)</para>
    2129
    2230</sect2>
  • chapter05/make.xml

    r91b45ad r63eb55cb  
    66Estimated required disk space:  &make-compsize-static;</screen>
    77
     8&aa-make-shortdesc;
     9&aa-make-dep;
    810&c5-make-inst;
    9 &aa-make-desc;
    10 &aa-make-dep;
    1111
    1212</sect1>
  • chapter05/patch-inst.xml

    r91b45ad r63eb55cb  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Patch</title>
    35
    4 <para>Install Patch by running the following commands:</para>
     6<para>Prepare Patch to be compiled:</para>
    57
    68<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
    7 &nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static &amp;&amp;
    8 make &amp;&amp;
    9 make install</userinput></screen></para>
     9&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static</userinput></screen></para>
     10
     11<para>The meaning of the configure option is:</para>
     12
     13<itemizedlist>
     14<listitem><para><userinput>CPPFLAGS=-D_GNU_SOURCE:</userinput> This flag
     15fixes installation problems of this package on PPC and m68k platforms (that
     16we know of). It doesn't hurt compilation on other platforms, such as x86,
     17so we do it by default.</para></listitem>
     18</itemizedlist>
     19
     20<para>Continue with compiling the package:</para>
     21
     22<para><screen><userinput>make</userinput></screen></para>
     23
     24<para>And finish off installing the package:</para>
     25
     26<para><screen><userinput>make install</userinput></screen></para>
    1027
    1128</sect2>
  • chapter05/patch.xml

    r91b45ad r63eb55cb  
    66Estimated required disk space:  &patch-compsize-static;</screen>
    77
     8&aa-patch-shortdesc;
     9&aa-patch-dep;
    810&c5-patch-inst;
    9 &c5-patch-exp;
    10 &aa-patch-desc;
    11 &aa-patch-dep;
    1211
    1312</sect1>
Note: See TracChangeset for help on using the changeset viewer.