Changeset 040521bc for BOOK/materials
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- Location:
- BOOK/materials
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/introduction.xml
r5921622 r040521bc 30 30 that is conveniently available throughout the entire build. A working 31 31 directory is also required to unpack the sources and build them. 32 <filename class="directory">$ CLFS/sources</filename> can be used both32 <filename class="directory">${CLFS}/sources</filename> can be used both 33 33 as the place to store the tarballs and patches and as a working 34 34 directory. By using this directory, the required elements will be … … 40 40 starting the download session:</para> 41 41 42 <screen><userinput>mkdir -v $ CLFS/sources</userinput></screen>42 <screen><userinput>mkdir -v ${CLFS}/sources</userinput></screen> 43 43 44 44 <para>Make this directory writable and sticky. When a directory is … … 48 48 write and sticky modes:</para> 49 49 50 <screen><userinput>chmod -v a+wt $ CLFS/sources</userinput></screen>50 <screen><userinput>chmod -v a+wt ${CLFS}/sources</userinput></screen> 51 51 52 52 </sect1> -
BOOK/materials/common/patches.xml
r5921622 r040521bc 74 74 75 75 <varlistentry> 76 <term>Coreutils Uname Patch - <token>&coreutils-uname-patch-size;</token>:</term>77 <listitem>78 <para>Download: <ulink79 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>85 76 <term>Expect Spawn Patch - <token>&expect-spawn-patch-size;</token>:</term> 86 77 <listitem> … … 164 155 165 156 <varlistentry> 166 <term>Inetutils inet_addr FixPatch - <token>&inetutils-inet_addr_fix-patch-size;</token>:</term>157 <term>Inetutils inet_addr Patch - <token>&inetutils-inet_addr_fix-patch-size;</token>:</term> 167 158 <listitem> 168 159 <para>Download: <ulink … … 232 223 url="&patches-root;&readline-fixes-patch;"/></para> 233 224 <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: <ulink241 url="&patches-root;&shadow-useradd_fix-patch;"/></para>242 <para>MD5 sum: <literal>&shadow-useradd_fix-patch-md5;</literal></para>243 225 </listitem> 244 226 </varlistentry> -
BOOK/materials/mips/packages.xml
r5921622 r040521bc 9 9 <?dbhtml filename="packages-mips.html"?> 10 10 11 <title>Additional Packages for MIPS 32 Bits</title>11 <title>Additional Packages for MIPS</title> 12 12 13 13 <variablelist role="materials"> -
BOOK/materials/mips/patches.xml
r5921622 r040521bc 9 9 <?dbhtml filename="patches-mips.html"?> 10 10 11 <title>Additional Patches for MIPS 32 Bits</title>11 <title>Additional Patches for MIPS</title> 12 12 13 13 <variablelist role="materials">
Note:
See TracChangeset
for help on using the changeset viewer.