Changeset d87123b


Ignore:
Timestamp:
Aug 1, 2013, 2:42:29 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
54c5a137
Parents:
bb8e496
Message:

Add make 3.82 fixes patch for upstream changes.

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/make.xml

    rbb8e496 rd87123b  
    2424  <sect2 role="installation">
    2525    <title>Installation of Make</title>
     26
     27    <para os="p1">Apply upstream fixes:</para>
     28
     29    <screen os="p2"><userinput>patch -Np1 -i ../&make-fixes-patch;</userinput></screen>
    2630
    2731    <para os="a">Prepare Make for compilation:</para>
  • BOOK/final-system/multilib/make.xml

    rbb8e496 rd87123b  
    2121  <sect2 role="installation">
    2222    <title>Installation of Make</title>
     23
     24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     25    href="../common/make.xml"
     26    xpointer="xpointer(//*[@os='p1'])"/>
     27
     28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     29    href="../common/make.xml"
     30    xpointer="xpointer(//*[@os='p2'])"/>
    2331
    2432    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/introduction/common/changelog.xml

    rbb8e496 rd87123b  
    4848          <para>[William Harrington] - Update ISL to 0.12.1.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[William Harrington] - Add Make-3.82 fixes patch.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • BOOK/materials/common/patches.xml

    rbb8e496 rd87123b  
    105105
    106106    <varlistentry>
     107      <term>Make fixes patch - <token>&make-fixes-patch-size;</token>:</term>
     108      <listitem>
     109        <para>Download: <ulink
     110        url="&patches-root;&make-fixes-patch;"/></para>
     111        <para>MD5 sum: <literal>&make-fixes-patch-md5;</literal></para>
     112      </listitem>
     113    </varlistentry>
     114
     115    <varlistentry>
    107116      <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
    108117      <listitem>
  • BOOK/patches.ent

    rbb8e496 rd87123b  
    4949<!ENTITY m4-gets-patch-md5 "6c5013f9ae5afc78f123e96356ceec3e">
    5050<!ENTITY m4-gets-patch-size ".570 KB">
     51
     52<!ENTITY make-fixes-patch "make-&make-version;-fixes-1.patch">
     53<!ENTITY make-fixes-patch-md5 "47fd2f9d09483a79630e58c5a5d544ac">
     54<!ENTITY make-fixes-patch-size "9,301 KB">
    5155
    5256<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.