Changes in / [2a8ab07:f7b2c72]


Ignore:
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/m4.xml

    r2a8ab07 rf7b2c72  
    2323    <title>Installation of M4</title>
    2424
    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 
    3125    <para os="a">Prepare M4 for compilation:</para>
    3226
  • BOOK/final-system/common/coreutils.xml

    r2a8ab07 rf7b2c72  
    8484    <systemitem class="username">dummy</systemitem> user:</para>
    8585
    86 <screen os="o"><userinput>su 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>
    8787
    8888    <para os="p">When testing is complete, remove the
  • BOOK/general.ent

    r2a8ab07 rf7b2c72  
    33<!ENTITY month "10"> <!-- Use two digits -->
    44<!ENTITY month_name "October">
    5 <!ENTITY day "23"> <!-- Use two digits -->
     5<!ENTITY day "15"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r2a8ab07 rf7b2c72  
    3737-->
    3838    <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>
    5839      <para>October 15, 2012</para>
    5940      <itemizedlist>
  • BOOK/materials/common/patches.xml

    r2a8ab07 rf7b2c72  
    101101
    102102    <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>
    112103      <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
    113104      <listitem>
  • BOOK/patches.ent

    r2a8ab07 rf7b2c72  
    4949<!ENTITY kbd-espo-patch-md5 "476c4066c5c663b44b67acaa4cdef62e">
    5050<!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">
    5551
    5652<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.