Ignore:
Timestamp:
May 20, 2014, 9:37:20 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
0982dd4
Parents:
9a65833
git-author:
Chris Staub <chris@…> (05/20/14 10:17:36)
git-committer:
Chris Staub <chris@…> (05/20/14 21:37:20)
Message:

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

File:
1 moved

Legend:

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

    r9a65833 r01817d3  
    3939    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4040    href="../x86_64/variables.xml"
    41     xpointer="xpointer(//*[@os='m1'])"/>
     41    xpointer="xpointer(//*[@os='e'])"/>
    4242
    43 <screen os="m2"><userinput>export CLFS_TARGET32="$(echo ${CLFS_TARGET}| sed -e 's/64//g')"</userinput></screen>
     43<screen os="f"><userinput>export CLFS_TARGET32="$(echo ${CLFS_TARGET}| sed -e 's/64//g')"</userinput></screen>
     44
     45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     46    href="../x86_64/variables.xml"
     47    xpointer="xpointer(//*[@os='g'])"/>
     48
     49<screen os="h"><userinput>export BUILD32="-mabi=32"
     50export BUILDN32="-mabi=n32"
     51export BUILD64="-mabi=64"</userinput></screen>
    4452
    4553  <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
    4654
    4755    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    48     href="../x86/variables.xml"
    49     xpointer="xpointer(//*[@os='e'])"/>
     56    href="../x86_64/variables.xml"
     57    xpointer="xpointer(//*[@os='i'])"/>
    5058
    51     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../x86_64/variables.xml"
    53     xpointer="xpointer(//*[@os='f'])"/>
     59<screen os="j"><userinput>cat &gt;&gt; ~/.bashrc &lt;&lt; EOF
     60export CLFS_HOST="${CLFS_HOST}"
     61export CLFS_TARGET="${CLFS_TARGET}"
     62export CLFS_TARGET32="${CLFS_TARGET32}"
     63export BUILD32="${BUILD32}"
     64export BUILDN32="${BUILDN32}"
     65export BUILD64="${BUILD64}"
     66EOF</userinput></screen>
    5467
    5568</sect1>
Note: See TracChangeset for help on using the changeset viewer.