Changeset ab3543d in clfs-embedded for BOOK/final-system/common/toolchain.xml


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.