Changeset ab3543d in clfs-embedded


Ignore:
Timestamp:
Jan 29, 2011, 9:36:20 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
1b5a1d8
Parents:
dc5342b
git-author:
Andrew Bradford <bradfa@…> (01/24/11 16:25:00)
git-committer:
Joe Ciccone <jciccone@…> (01/29/11 09:36:20)
Message:

Move BUILD storage into .bashrc from 7.3 to 6.3

BUILD gets defined in section 6.3 but doesn't get stored into clfs
user's .bashrc until section 7.3. If the clfs user logs out between
these two, the BUILD variable won't be kept.
This fixes that. Now BUILD gets stored in .bashrc right after it
gets defined the first time.

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/abi.xml

    rdc5342b rab3543d  
    1313  <para os="a" >Setup for a Particular ABI:</para>
    1414
    15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
     15<screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"
     16echo export BUILD=\""${BUILD}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    1617
    17   <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
    18   sure you select one for your build, this will ensure capatibilty of your build with your target
    19   architecture.</para>
     18  <para os="c">The following table gives the entires for the different ABI's
     19  that CLFS Embedded supports. Make sure you select one for your build, this
     20  will ensure capatibilty of your build with your target architecture.</para>
    2021
    2122  <table>
  • BOOK/final-system/common/toolchain.xml

    rdc5342b rab3543d  
    2222echo <literal>export READELF=\""${CLFS_TARGET}-readelf\""</literal> &gt;&gt; ~/.bashrc
    2323echo <literal>export STRIP=\""${CLFS_TARGET}-strip\""</literal> &gt;&gt; ~/.bashrc
    24 echo <literal>export BUILD=\""${BUILD}\""</literal> &gt;&gt; ~/.bashrc
    2524source ~/.bashrc</userinput></screen>
    2625
Note: See TracChangeset for help on using the changeset viewer.