
|
[openbeos]
||
[Date Prev]
[08-2005 Date Index]
[Date Next]
||
[Thread Prev]
[08-2005 Thread Index]
[Thread Next]
[openbeos] Re: Build changes
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sun, 21 Aug 2005 14:30:32 +0200 CEST
Korli <korli@xxxxxxxx> wrote:
> Though I don't understand now how to make a partial debug haiku build
> with makehdimage ...
> This change is in the way for me : I enable DEBUG for some parts I'm
> developing, and makehdimage doesn't find them...
>
> I think I'll keep my old makehdimage and Jamrules ...
Right, I did not think of this very common case either. Having a full
debug build is often not quite what you want, you usually only compile
those parts with DEBUG you're currently working on; otherwise system
output could get way too noisy.
Any idea about that?
The only one that comes to my mind is to introduce another variable
that lets you override the target directory for those components, ie.
somelike like either:
$ DEBUG=1 TARGET_TYPE=release jam
or:
$ DEBUG=1 RELEASE_TARGET=1 jam
Bye,
Axel.
|

|