On 22.06.2012 07:56, Oliver-Rainer Wittmann wrote:
Hi,
On 22.06.2012 07:49, Oliver-Rainer Wittmann wrote:
Hi,
On 21.06.2012 16:52, Andre Fischer wrote:
Hi,
I just wanted to let you know that I improved build.pl a little bit
so that it
is now possible to call 'build' in gbuild modules. Up to now that
lead to the
message
This module has been migrated to GNU make.
You can only use build --all/--since here with build.pl
To do the equivalent of 'build && deliver' call:
make -sr
and so on. This may be instructive the first ten times but eventually
becomes
just annoying.
Fixing this was very simple, just disable the warning, and forward
debug=<value>
definitions from the 'build' command line to the 'make' calls.
To make a long story short, it is now possible to eg build sw by calling
build
If you don't like the improvement then just don't call build in
gbuild modules.
Thank you very much.
I will use "build" in the future.
BTW, I did not see any changes on build.pl. Did I miss something?
Well, sort of. I made the change in build.pl a week ago (June 14th) but
only now found the time to forward the debug flag.
-Andre