Changeset 2a8ab07


Ignore:
Timestamp:
Oct 25, 2012, 4:17:24 AM (12 years ago)
Author:
Chris Staub <chris@…>
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.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

Files:
1 added
1 deleted
6 edited

Legend:

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

    rf7b2c72 r2a8ab07  
    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
    2531    <para os="a">Prepare M4 for compilation:</para>
    2632
  • BOOK/final-system/common/coreutils.xml

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

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

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

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

    rf7b2c72 r2a8ab07  
    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">
    5155
    5256<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.