Changeset 2a8ab07
- Timestamp:
- Oct 25, 2012, 4:17:24 AM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7c48514
- Parents:
- f7b2c72 (diff), f001dfd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 1 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/m4.xml
rf7b2c72 r2a8ab07 23 23 <title>Installation of M4</title> 24 24 25 26 <para os="p1">The following patch contains a fix when building 27 with a host having glibc or eglibc 2.16 or later.</para> 28 29 <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen> 30 25 31 <para os="a">Prepare M4 for compilation:</para> 26 32 -
BOOK/final-system/common/coreutils.xml
rf7b2c72 r2a8ab07 84 84 <systemitem class="username">dummy</systemitem> user:</para> 85 85 86 <screen os="o"><userinput>s rc/su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>86 <screen os="o"><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> 87 87 88 88 <para os="p">When testing is complete, remove the -
BOOK/general.ent
rf7b2c72 r2a8ab07 3 3 <!ENTITY month "10"> <!-- Use two digits --> 4 4 <!ENTITY month_name "October"> 5 <!ENTITY day " 15"> <!-- Use two digits -->5 <!ENTITY day "23"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
rf7b2c72 r2a8ab07 37 37 --> 38 38 <listitem> 39 <para>October 23, 2012</para> 40 <itemizedlist> 41 <listitem> 42 <para>[William Harrington} - Add cross-tools M4 patch.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 46 47 <listitem> 48 <para>October 17, 2012</para> 49 <itemizedlist> 50 <listitem> 51 <para>[William Harrington} - Edit coreutils test suite command for su.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 57 <listitem> 39 58 <para>October 15, 2012</para> 40 59 <itemizedlist> -
BOOK/materials/common/patches.xml
rf7b2c72 r2a8ab07 101 101 102 102 <varlistentry> 103 <term>M4 gets Patch - <token>&m4-gets-patch-size;</token>:</term> 104 <listitem> 105 <para>Download: <ulink 106 url="&patches-root;&m4-gets-patch;"/></para> 107 <para>MD5 sum: <literal>&m4-gets-patch-md5;</literal></para> 108 </listitem> 109 </varlistentry> 110 111 <varlistentry> 103 112 <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term> 104 113 <listitem> -
BOOK/patches.ent
rf7b2c72 r2a8ab07 49 49 <!ENTITY kbd-espo-patch-md5 "476c4066c5c663b44b67acaa4cdef62e"> 50 50 <!ENTITY kbd-espo-patch-size "4 KB"> 51 52 <!ENTITY m4-gets-patch "m4-&m4-version;-no-gets-1.patch"> 53 <!ENTITY m4-gets-patch-md5 "6c5013f9ae5afc78f123e96356ceec3e"> 54 <!ENTITY m4-gets-patch-size "4 KB"> 51 55 52 56 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.