Hi Niklas, Daniel, and everybody interested in,

On 2011/04/06 17:22, Daniel Rentz wrote:
> cd sw
> make clean
> make -srj9 debug=t
>
> The first call of make removes all output files of sw from <solver>/workdir. The second call 
of make builds sw with debug, libraries go into <solver>/workdir/LinkTarget/Library. 
"j9" builds with 9 processes in parallel.

On 2011/04/06 17:24, Niklas Nebel wrote:
To rebuild a single module with debug info in the new build system, use
cd sw
make -sr clean
make -sr debug=t

See also http://blogs.sun.com/GullFOSS/entry/gbuild_meet_the_new_boss.

Thanks a lot. It works very well.

Additionally, "gbuild: Meet the new boss (Same as the old boss)" gives me a hot 
spice.


Here is my appreciation for developers who intend to keep every log:
bash$ mkdir log
$ cd sw
$ x="make -sr debug=t"; (/bin/pwd; date; echo $x; echo; time $x; date) > 
../log/build_sw_`date +%Y%m%d_%H%M`.log 2>&1 &
$ head `ls -t ../log/build_sw_*log | head -1`
/xxx/ooo/build/local/DEV300/DEV300_m106/sw
Wed Apr  6 18:10:58 JST 2011
make -sr debug=t
...
$ tail -f `ls -t ../log/build_sw_*log | head -1`
...

Best regards,
Tora
--
-----------------------------------------------------------------
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help

Reply via email to