On 06.04.2011 08:54, tora - Takamichi Akiyama wrote:
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
mv $INPATH ${INPATH}-normal
build.pl debug=1

An attempt like that seems no longer applicable with the recent
DEV300_m10x.
It seems files being created are now stored in solver/, instead.
It is cool and makes me excited. :-)

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.

Niklas
--
-----------------------------------------------------------------
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