Changes in / [2a8ab07:f7b2c72]
- Files:
-
- 1 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/m4.xml
r2a8ab07 rf7b2c72 23 23 <title>Installation of M4</title> 24 24 25 26 <para os="p1">The following patch contains a fix when building27 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 31 25 <para os="a">Prepare M4 for compilation:</para> 32 26 -
BOOK/final-system/common/coreutils.xml
r2a8ab07 rf7b2c72 84 84 <systemitem class="username">dummy</systemitem> user:</para> 85 85 86 <screen os="o"><userinput>s u dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>86 <screen os="o"><userinput>src/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
r2a8ab07 rf7b2c72 3 3 <!ENTITY month "10"> <!-- Use two digits --> 4 4 <!ENTITY month_name "October"> 5 <!ENTITY day " 23"> <!-- Use two digits -->5 <!ENTITY day "15"> <!-- Use two digits --> 6 6 <!ENTITY year "2012"> <!-- Use four digits --> 7 7 -
BOOK/introduction/common/changelog.xml
r2a8ab07 rf7b2c72 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>58 39 <para>October 15, 2012</para> 59 40 <itemizedlist> -
BOOK/materials/common/patches.xml
r2a8ab07 rf7b2c72 101 101 102 102 <varlistentry> 103 <term>M4 gets Patch - <token>&m4-gets-patch-size;</token>:</term>104 <listitem>105 <para>Download: <ulink106 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>112 103 <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term> 113 104 <listitem> -
BOOK/patches.ent
r2a8ab07 rf7b2c72 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">55 51 56 52 <!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.