Re: SUBDIRs and slashes

2003-12-09 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: "Marty" == Marty Leisner <[EMAIL PROTECTED]> writes: adl> [...] Marty> common/Makefile.am:1: directory should not contain `/' Marty> Just wondering for some thoughts on this matter...is Marty> there any reason to insist on sing

Re: SUBDIRs and slashes

2003-12-01 Thread Ralf Corsepius
On Mon, 2003-12-01 at 09:47, Joerg Faschingbauer wrote: > > "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: > > "Marty" == Marty Leisner <[EMAIL PROTECTED]> writes: > adl> [...] > > Marty> common/Makefile.am:1: directory should not contain `/' > > Marty> Just wondering for som

Re: SUBDIRs and slashes

2003-12-01 Thread Joerg Faschingbauer
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: "Marty" == Marty Leisner <[EMAIL PROTECTED]> writes: adl> [...] Marty> common/Makefile.am:1: directory should not contain `/' Marty> Just wondering for some thoughts on this matter...is Marty> there any reason to insist on sing

Re: SUBDIRs and slashes

2003-11-30 Thread Alexandre Duret-Lutz
>>> "Marty" == Marty Leisner <[EMAIL PROTECTED]> writes: [...] Marty> common/Makefile.am:1: directory should not contain `/' Marty> Just wondering for some thoughts on this matter...is Marty> there any reason to insist on single level source Marty> directories in recursive make... I can't t

SUBDIRs and slashes

2003-11-26 Thread Marty Leisner
In recursive subsystems, some follow the rule "1 Makefile per directory" I like to follow that rule when the Makefile does things besides recurse. We have an architecture where each subdirectory has source and include -- i.e. foo/source foo/include I had to put a makefile in foo which j