This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Strange `find` syntax error in crosstool-ng


On Mon, 28 Jan 2008, Michael Abbott wrote:
My crosstool build fails with the message
[38:16] / find: missing argument to `-exec'
...
find ... -name ... -exec rm -fv {} \+
...
Eh? How on earth did \; become transformed into \+?

The attached patch should fix this, but I haven't tested it yet.

Tested, and builds just fine now, which really begs the question: where did \+ come from? According to svn those `find ... -exec rm ...` lines have always ended in \+ since they were introduced in revision 158 ... which implies that either your find accepts + as an alias for ; (implausible) or those lines never got exercised (also implausible).


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]