Changeset e397c3a


Ignore:
Timestamp:
01/15/2003 02:58:53 AM (21 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_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:
3c09bf8
Parents:
fe2fdae
Message:

converted sh-utils

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • appendixa/sed-dep.xml

    rfe2fdae re397c3a  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Sed Installation Dependencies</title>
  • appendixa/sed-desc.xml

    rfe2fdae re397c3a  
    1 <sect2><title>Contents of Sed</title>
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
     3<sect2><title>Descriptions</title>
    24
    35<para>Last checked against version &sed-contversion;.</para>
    46
    5 <sect3><title>Program Files</title>
    6 <para>sed</para></sect3>
    7 
    8 <sect3><title>Descriptions</title>
     7<sect3><title>Program file descriptions</title>
    98
    109<sect4><title>sed</title>
  • appendixa/sed.xml

    rfe2fdae re397c3a  
    44
    55&aa-sed-down;
     6&aa-sed-shortdesc;
    67&aa-sed-desc;
    78&aa-sed-dep;
  • appendixa/shellutils-dep.xml

    rfe2fdae re397c3a  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Sh-utils Installation Dependencies</title>
  • appendixa/shellutils-desc.xml

    rfe2fdae re397c3a  
    1 <sect2><title>Contents of Sh-utils</title>
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
     3<sect2><title>Descriptions</title>
    24
    35<para>Last checked against version &sh-utils-contversion;.</para>
    46
    5 <sect3><title>Program Files</title>
    6 <para>basename, chroot, date, dirname,
    7 echo, env, expr, factor, false, groups, hostid, id, logname,
    8 nice, nohup, pathchk, pinky, printenv, printf, pwd, seq, sleep, stty,
    9 su, tee, test, true, tty, uname, uptime, users, who, whoami and
    10 yes</para></sect3>
    11 
    12 <sect3><title>Descriptions</title>
     7<sect3><title>Program file descriptions</title>
    138
    149<sect4><title>basename</title>
  • appendixa/shellutils.xml

    rfe2fdae re397c3a  
    44
    55&aa-shellutils-down;
     6&aa-shellutils-shortdesc;
    67&aa-shellutils-desc;
    78&aa-shellutils-dep;
  • chapter05/sed-inst.xml

    rfe2fdae re397c3a  
     1<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
     2
    13<sect2>
    24<title>Installation of Sed</title>
    35
    4 <para>Install Sed by running the following commands:</para>
     6<para>Prepare Sed to be compiled:</para>
    57
    68<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
    7 &nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls &amp;&amp;
    8 make &amp;&amp;
    9 make install</userinput></screen></para>
     9&nbsp;&nbsp;&nbsp;&nbsp;LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para>
     10
     11<para>Continue with installing the package:</para>
     12
     13<para><screen><userinput>make</userinput></screen></para>
     14
     15<para>And finish off installing the package:</para>
     16
     17<para><screen><userinput>make install</userinput></screen></para>
    1018
    1119</sect2>
  • chapter05/sed.xml

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

    rfe2fdae re397c3a  
    1111<para><screen><userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch</userinput></screen></para>
    1212
    13 <para>Install Sh-utils by running the following commands:</para>
     13<para>Prepare Sh-utils to be compiled:</para>
    1414
    1515<para><screen><userinput>LDFLAGS="-static" ./configure --prefix=$LFS/static \
    16 &nbsp;&nbsp;&nbsp;&nbsp;--disable-nls &amp;&amp;
    17 make &amp;&amp;
    18 make install</userinput></screen></para>
     16&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls</userinput></screen></para>
     17
     18<para>Continue with compiling the package:</para>
     19
     20<para><screen><userinput>make</userinput></screen></para>
     21
     22<para>And finish off installing the package:</para>
     23
     24<para><screen><userinput>make install</userinput></screen></para>
    1925
    2026<para>During the make install stage you will see the following warning:</para>
  • chapter05/shellutils.xml

    rfe2fdae re397c3a  
    66Estimated required disk space:  &sh-utils-compsize-static;</screen>
    77
     8&aa-shellutils-shortdesc;
     9&aa-shellutils-dep;
    810&c5-shellutils-inst;
    9 &aa-shellutils-desc;
    10 &aa-shellutils-dep;
    1111
    1212</sect1>
  • entities/sed.ent

    rfe2fdae re397c3a  
    88
    99<!ENTITY aa-sed SYSTEM "../appendixa/sed.xml">
     10<!ENTITY aa-sed-shortdesc SYSTEM "../appendixa/sed-shortdesc.xml">
    1011<!ENTITY aa-sed-desc SYSTEM "../appendixa/sed-desc.xml">
    1112<!ENTITY aa-sed-dep SYSTEM "../appendixa/sed-dep.xml">
  • entities/shellutils.ent

    rfe2fdae re397c3a  
    1111
    1212<!ENTITY aa-shellutils SYSTEM "../appendixa/shellutils.xml">
     13<!ENTITY aa-shellutils-shortdesc SYSTEM "../appendixa/shellutils-shortdesc.xml">
    1314<!ENTITY aa-shellutils-desc SYSTEM "../appendixa/shellutils-desc.xml">
    1415<!ENTITY aa-shellutils-dep SYSTEM "../appendixa/shellutils-dep.xml">
Note: See TracChangeset for help on using the changeset viewer.