Changeset 166f463c


Ignore:
Timestamp:
Jun 9, 2017, 11:28:57 PM (7 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
b68ebd9
Parents:
16e8ba1
git-author:
William Harrington <kb0iic@…> (06/09/17 23:28:53)
git-committer:
William Harrington <kb0iic@…> (06/09/17 23:28:57)
Message:

Adjust order

Location:
BOOK/final-system
Files:
2 edited

Legend:

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

    r16e8ba1 r166f463c  
    2626    <title>Installation of Automake</title>
    2727
    28     <para os="a">Prepare Automake for compilation:</para>
    29 
    3028    <para os="p1">Apply the following patch to fix outdated syntax that is no
    3129    longer recognized by Perl-&perl-version;.</para>
    3230
    3331<screen os="p2"><userinput>patch -Np1 -i ../&automake-perl-patch;</userinput></screen>
     32
     33    <para os="a">Prepare Automake for compilation:</para>
    3434
    3535<screen os="b"><userinput>./configure \
  • BOOK/final-system/multilib/automake.xml

    r16e8ba1 r166f463c  
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525    href="../common/automake.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    29     href="../common/automake.xml"
    3026    xpointer="xpointer(//*[@os='p1'])"/>
    3127
     
    3329    href="../common/automake.xml"
    3430    xpointer="xpointer(//*[@os='p2'])"/>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     33    href="../common/automake.xml"
     34    xpointer="xpointer(//*[@os='a'])"/>
    3535
    3636<screen os="b"><userinput>CC="gcc ${BUILD64}" \
Note: See TracChangeset for help on using the changeset viewer.