Re: BigProjectLogger

2007-05-21 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: OK. You've done what I've done, except with some stacking. I had too, some of my builds had 3 or 4 levels, Makefile-style. Which is not that surprising, since it was building mostly native stuff with . I think it's essential to do the stacki

Re: BigProjectLogger

2007-05-18 Thread Steve Loughran
Dominique Devienne wrote: On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example

Re: BigProjectLogger

2007-05-18 Thread Dominique Devienne
On 5/18/07, Steve Loughran <[EMAIL PROTECTED]> wrote: One question I have here, is : how should I present teh project name. (a) with a . for example: kernel.init and kernel.common.init -good for simple things, but imports can confuse it (b) a / for example: kernel/init and kernel/c