[dev] Re: build.pl debug=1 for sw and svx

2011-04-11 Thread Mathias Bauer
On 08.04.2011 11:19, Michael Stahl wrote: On 07/04/2011 10:05, Mathias Bauer wrote: On 06.04.2011 19:47, Michael Stahl wrote: On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make

[dev] Re: build.pl debug=1 for sw and svx

2011-04-08 Thread Michael Stahl
On 07/04/2011 10:05, Mathias Bauer wrote: > On 06.04.2011 19:47, Michael Stahl wrote: >> On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: >>> Hello Christian, >>> >>> On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always b

[dev] Re: build.pl debug=1 for sw and svx

2011-04-07 Thread Mathias Bauer
On 06.04.2011 19:47, Michael Stahl wrote: On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx w

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi, What I have learned: To compile an individual module including debug information, do like this: cd svx make -sr clean make -srj9 debug=t or cd svx rm -fr $WORKDIR/CxxObject/svx make -srj9 debug=t A warning message about .LOW_RESOLUTION_TIME on OpenSolaris with ZFS or NFS seems not h

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hi Michael, On 2011/04/07 2:47, Michael Stahl wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hx

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Michael Stahl
On 06/04/2011 18:45, tora - Takamichi Akiyama wrote: > Hello Christian, > > On 2011/04/06 20:55, Christian Lippka wrote: >> While Niklas and Daniel are absolutely right, make clean may not always >> be what you want. >> >> For example, if you just want to rebuild svx with debug and do a >> make -s

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Niklas, On 2011/04/07 2:04, Niklas Nebel wrote: On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIM

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
On 06.04.2011 18:45, tora - Takamichi Akiyama wrote: make -r deliverlog running on OpenSolaris x86 prints same type of warning messages and then eventually create the log file. $ make -r deliverlog ... make: *** Warning: .LOW_RESOLUTION_TIME file `/x/solver/300/unxsoli4/inc/svx/sxsoitm.hxx'

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
Hello Christian, On 2011/04/06 20:55, Christian Lippka wrote: While Niklas and Daniel are absolutely right, make clean may not always be what you want. For example, if you just want to rebuild svx with debug and do a make -sr clean, your next make in sw module would rebuild a lot of stuff, sinc

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Christian Lippka
Hi Tora, Am 06.04.2011 11:31, schrieb tora - Takamichi Akiyama: 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 /workdir. The second call of mak

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread tora - Takamichi Akiyama
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 /workdir. The second call of make builds sw with debug, libraries go into /workdir/LinkTarget/Library.

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Niklas Nebel
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)

[dev] Re: build.pl debug=1 for sw and svx

2011-04-06 Thread Daniel Rentz
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: (ful