Hi,

Am 06.04.2011 08:54, schrieb tora - Takamichi Akiyama:

Could you tell me how to easily do "build.pl debug=1" or similar
actions in a specific, renovated module such as sw and svx after
fully building the entire source code tree with normal options?

The way I used to do was like this:

(full build)
cd $SRC_ROOT
dmake

(individual build with a debug option)
cd sw

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.


Regards
Daniel
--
-----------------------------------------------------------------
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