Changeset d87123b for BOOK/final-system


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.

Location:
BOOK/final-system
Files:
2 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"
Note: See TracChangeset for help on using the changeset viewer.