Review Request: Allow to pass multiple targets and build variables to the make builder
Wolfgang Bangerth
bangerth at math.tamu.edu
Sun Apr 15 05:54:23 UTC 2012
> These are variables, not no targets - their order do not matter,
They do if you happen to set the same variable twice:
make X=abc X=def
will produce different results than
make X=def X=abc
That might be poor style, but it would be surprising to type it in this
order just to find out that Kdevelop reorders it in a way that you can't
change.
Best
W.
------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth at math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/
More information about the KDevelop-devel
mailing list