Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] (Dynamic) project references causing unnecessary rebuilds

James,

It is not too much building that I am worried about. What I am worried about
is that it is unnecessarily rebuilding all of the source files. I can live
with an invocation of make that does nothing, but not one that decides it
has to rebuild, when in fact it doesn't.

Thanks for the info.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of James Blackburn
> Sent: 03 February 2011 13:55
> To: CDT General developers list.
> Subject: Re: [cdt-dev] (Dynamic) project references causing unnecessary
> rebuilds
> 
> On 3 February 2011 13:32, dmsubs <dmsubs@xxxxxxxxxxxxx> wrote:
> > Hmm. So you are saying that it is broken, even in this trivial case?
> 
> Yes. CDT does too much building by default.  Basically what happens is
both
> the BuildAction and CDT itself build the referenced projects.
> You could try the patch on bug 291751 which will prevent the build action
> from doing the first build -- that should help with the current builder.
> 
> Cheers,
> James
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top