DJ Lucas wrote:
> Jeremy Huntwork wrote:
>> The command I propose is:
>>
>> GCC_FIXED=`dirname $(gcc -print-libgcc-file-name)`/include-fixed &&
>> find ${GCC_FIXED}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &&
>> rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_FIXED}/*` &&
>> unset GCC_FIXED> Sorry for the 'shoot from the hip' response. That is exactly the result > that is needed. Yeah, this seems to be the right answer. I'll drop it in when I have a second. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
