Cleaning large project: arg list too long [message #211864] |
Thu, 13 March 2008 12:12  |
Eclipse User |
|
|
|
Originally posted by: steve.karmesin.gmail.com
I'm working on a fairly large project (1300+ files) with eclipse on linux.
A problem I'm having is that when I say "clean" (Project->Clean) it does
'make clean' and that tries to remove all of the temporary files (object,
dependency, etc) in one humongous 'rm -rf'. There are too many files for
the command line and the remove fails.
I'm wondering if there is a workaround short of going to the command line
and doing my own by-hand cleanup.
If not, I'll file a bug report for this.
-Steve
|
|
|
Re: Cleaning large project: arg list too long [message #211877 is a reply to message #211864] |
Thu, 13 March 2008 12:29  |
Eclipse User |
|
|
|
Originally posted by: Norbert.Marrek.t-online.de
Steve Karmesin schrieb:
> I'm working on a fairly large project (1300+ files) with eclipse on linux.
>
> A problem I'm having is that when I say "clean" (Project->Clean) it does
> 'make clean' and that tries to remove all of the temporary files
> (object, dependency, etc) in one humongous 'rm -rf'. There are too many
> files for the command line and the remove fails.
>
> I'm wondering if there is a workaround short of going to the command
> line and doing my own by-hand cleanup.
>
> If not, I'll file a bug report for this.
>
> -Steve
>
>
xargs is your friend, see
http://en.wikipedia.org/wiki/Xargs
Aloha,
Norbert
|
|
|
Powered by
FUDForum. Page generated in 0.02956 seconds