Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Build only the actual target to run

If you want to build one target use Make Targets view. You can specify a target from makefile there or alternatively a program to run.

Andrew

On Tue, Nov 30, 2010 at 7:45 AM, Miklos Espak <espakm@xxxxxxxxx> wrote:
Hi,

if I execute a run configuration, the whole project is build
automatically at first. This can be disabled, then nothing is built.

If I modify a template class that many build target depends on, the
build can take rather long time.

Is it possible to make only that target automatically that I want to execute?

E.g. if a run configuration refers to the target called "test1", then
launching it could trigger "make test1" and not "make all".

Is this possible now?

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


Back to the top