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