Ignore:
Timestamp:
07/21/2005 08:27:14 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
78c3d81
Parents:
7c18117a
Message:

Unset GCC_INCLUDEDIR variable once it's no longer needed

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    r7c18117a rc46661f5  
    6969<screen><userinput>GCC_INCLUDEDIR=`gcc -print-search-dirs | head -n 1 | awk '{ print $2 "include" }'` &amp;&amp;
    7070find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &amp;&amp;
    71 rm -f `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*`;</userinput></screen>
     71rm -f `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &amp;&amp;
     72unset GCC_INCLUDEDIR</userinput></screen>
    7273
    7374<caution><para>At this point, it is imperative to stop and ensure that
Note: See TracChangeset for help on using the changeset viewer.