I wrote:
> The new fixincludes adjustments in chapter 5 don't work!
>
> find ${GCC_INCLUDEDIR} -xtype d -exec rm -rf \{} \; &&
>
> deletes all directories under and including
> $GCC_INCLUDEDIR! It should be changed to:
>
> find ${GCC_INCLUDEDIR}/* -xtype d -exec rm -rf \{} \; &&
> Also, GCC_INCLUDEDIR should be unset after these commands are run, no? -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
