hello if I copy it all this:
GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include &&
find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &&
rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &&
unset GCC_INCLUDEDIR
the error is:
find: invalid predicate '-print-libgcc-file-name)/include/*
thanks
2010/4/22 周新 <[email protected]>
> have you tested the toolkit result?and the output?sometimes it's OK
>
> On Apr 22, 2010 4:22 PM, "David Expósito" <[email protected]> wrote:
>
>
> With me to help.
>
> the next line is:
>
>
> GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include &&
> find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; &&
> rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` &&
> unset GCC_INCLUDEDIR
>
> The counter \ is jump online?
>
> Thanks
>
>
> 2010/4/21 周新 <[email protected]>
>
>
> >
> > I have had the same problem once.Check your spelling carefully
> >>
> >> On Apr 21, 2010 2:13 PM, "...
>
>
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
>
> --
> http://linuxfromscratch.org/mailman/listinfo/lfs-support
> FAQ: http://www.linuxfromscratch.org/lfs/faq.html
> Unsubscribe: See the above information page
>
>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page