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


Ignore:
Timestamp:
Jan 24, 2011, 4:25:00 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
23b90d8
Parents:
dc5342b
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 r70b9341  
    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.