Ignore:
Timestamp:
May 20, 2014, 10:17:36 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
fab5058
Parents:
40e9518
Message:

Merged Build Flags pages with Build Variables, and moved those to final-preps

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/x86_64-64/variables.xml

    r40e9518 r5585711  
    2929    xpointer="xpointer(//*[@os='d'])"/>
    3030
     31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     32    href="../x86_64/variables.xml"
     33    xpointer="xpointer(//*[@os='g'])"/>
     34
     35<screen os="h"><userinput>export BUILD64="-m64"</userinput></screen>
     36
    3137  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
    3238
    3339    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../x86/variables.xml"
    35     xpointer="xpointer(//*[@os='e'])"/>
     40    href="../x86_64/variables.xml"
     41    xpointer="xpointer(//*[@os='i'])"/>
    3642
    37     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../x86/variables.xml"
    39     xpointer="xpointer(//*[@os='f'])"/>
     43<screen os="j"><userinput>cat &gt;&gt; ~/.bashrc &lt;&lt; EOF
     44export CLFS_HOST="${CLFS_HOST}"
     45export CLFS_TARGET="${CLFS_TARGET}"
     46export BUILD64="${BUILD64}"
     47EOF</userinput></screen>
    4048
    4149</sect1>
Note: See TracChangeset for help on using the changeset viewer.