Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] strange: make clean then make all

Which is fine if you're doing C/C++ alone. I can't do that when I'm mixing with Java since I want autobuild for that.

My bigger problem is that clean on a project cleans all the projects that it references. There's no way to clean just the project without adding a Make target for clean.

It's just a sign of the bigger issue, that the Eclipse build semantics still don't work well for our needs.

On Sun, Oct 4, 2009 at 7:23 PM, Alex Chapiro <alex.chapiro@xxxxxxxxx> wrote:
Uncheck autobuild (Windows->Preferences->General->Workspace)?


On 02/10/2009 11:03 PM, Steven Woody wrote:
Hi,

Enclosed project is created by eclipse's C project wizard. The problem
is that in the 'make targets' window, if I dbl-click the Debug/clean
for the project, the Debug/all also get called, this is not I suppose
to do.

Do you see the problem?  Highly appreciate if you can help.


 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top