Ignore:
Timestamp:
Feb 21, 2006, 1:20:08 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
735ac8e
Parents:
a1a0762
Message:

r770@server (orig r768): jim | 2005-11-29 00:32:15 -0800

r814@server: jim | 2005-11-28 23:39:56 -0800
Text updates to temp-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/multilib/gawk.xml

    ra1a0762 r1bc8e5f  
    2323    <title>Installation of Gawk</title>
    2424
    25     <para>Prepare Gawk for compilation:</para>
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/gawk.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
    2628
    27 <screen><userinput>CC="${CC} ${BUILD64}" \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" \
    2830   ./configure --prefix=/tools \
    2931   --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
    3032
    31     <para>Compile the package:</para>
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../common/gawk.xml"
     35    xpointer="xpointer(//*[@os='c'])"/>
    3236
    33 <screen><userinput>make</userinput></screen>
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/gawk.xml"
     39    xpointer="xpointer(//*[@os='d'])"/>
    3440
    35     <para>Install the package:</para>
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     42    href="../common/gawk.xml"
     43    xpointer="xpointer(//*[@os='e'])"/>
    3644
    37 <screen><userinput>make install</userinput></screen>
     45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     46    href="../common/gawk.xml"
     47    xpointer="xpointer(//*[@os='f'])"/>
    3848
    3949  </sect2>
Note: See TracChangeset for help on using the changeset viewer.