Changeset 7c18117a for chapter05


Ignore:
Timestamp:
07/20/2005 07:04:05 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
c46661f5
Parents:
b959662
Message:

Fixed typo in fixincludes header removal command

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/adjusting.xml

    rb959662 r7c18117a  
    6868<!-- && used to ease copy and pasting -->
    6969<screen><userinput>GCC_INCLUDEDIR=`gcc -print-search-dirs | head -n 1 | awk '{ print $2 "include" }'` &amp;&amp;
    70 find ${GCC_INCLUDEDIR} -xtype d -exec rm -rf \{} \; &amp;&amp;
     70find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &amp;&amp;
    7171rm -f `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*`;</userinput></screen>
    7272
Note: See TracChangeset for help on using the changeset viewer.