Changeset 040521bc for BOOK/materials


Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/materials
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/introduction.xml

    r5921622 r040521bc  
    3030  that is conveniently available throughout the entire build. A working
    3131  directory is also required to unpack the sources and build them.
    32   <filename class="directory">$CLFS/sources</filename> can be used both
     32  <filename class="directory">${CLFS}/sources</filename> can be used both
    3333  as the place to store the tarballs and patches and as a working
    3434  directory. By using this directory, the required elements will be
     
    4040  starting the download session:</para>
    4141
    42 <screen><userinput>mkdir -v $CLFS/sources</userinput></screen>
     42<screen><userinput>mkdir -v ${CLFS}/sources</userinput></screen>
    4343
    4444  <para>Make this directory writable and sticky. When a directory is
     
    4848  write and sticky modes:</para>
    4949
    50 <screen><userinput>chmod -v a+wt $CLFS/sources</userinput></screen>
     50<screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen>
    5151
    5252</sect1>
  • BOOK/materials/common/patches.xml

    r5921622 r040521bc  
    7474
    7575    <varlistentry>
    76       <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>
    77       <listitem>
    78         <para>Download: <ulink
    79         url="&patches-root;&coreutils-uname-patch;"/></para>
    80         <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para>
    81       </listitem>
    82     </varlistentry>
    83 
    84     <varlistentry>
    8576      <term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term>
    8677      <listitem>
     
    164155
    165156    <varlistentry>
    166       <term>Inetutils inet_addr Fix Patch - <token>&inetutils-inet_addr_fix-patch-size;</token>:</term>
     157      <term>Inetutils inet_addr Patch - <token>&inetutils-inet_addr_fix-patch-size;</token>:</term>
    167158      <listitem>
    168159        <para>Download: <ulink
     
    232223        url="&patches-root;&readline-fixes-patch;"/></para>
    233224        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
    234       </listitem>
    235     </varlistentry>
    236 
    237     <varlistentry>
    238       <term>Shadow Useradd Fix Patch - <token>&shadow-useradd_fix-patch-size;</token>:</term>
    239       <listitem>
    240         <para>Download: <ulink
    241         url="&patches-root;&shadow-useradd_fix-patch;"/></para>
    242         <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>
    243225      </listitem>
    244226    </varlistentry>
  • BOOK/materials/mips/packages.xml

    r5921622 r040521bc  
    99  <?dbhtml filename="packages-mips.html"?>
    1010
    11   <title>Additional Packages for MIPS 32 Bits</title>
     11  <title>Additional Packages for MIPS</title>
    1212
    1313  <variablelist role="materials">
  • BOOK/materials/mips/patches.xml

    r5921622 r040521bc  
    99  <?dbhtml filename="patches-mips.html"?>
    1010
    11   <title>Additional Patches for MIPS 32 Bits</title>
     11  <title>Additional Patches for MIPS</title>
    1212
    1313  <variablelist role="materials">
Note: See TracChangeset for help on using the changeset viewer.