Hi,
On 22.06.2012 09:16, Chao Huang wrote:
hi, Andre
It's very cool to run "build" in gbuild module. How about build with the
parallel flag? Does "build -P4" work well? Thank!
Try "build -- -P4".
As far as I know options following the double dash ("--") are passed to the
created dmake processes.
Best regards, Oliver.
2012/6/21 Andre Fischer<[email protected]>
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.
Regards,
Andre