Re: `make dist' with srcdir != builddir

2001-05-17 Thread Tom Tromey
>>>>> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> Some weeks ago Bruno Haible reported (in private mail) that adl> running `make dist' with srcdir != builddir could produce adl> distributions which are not up-to-date, especiall

Re: `make dist' with srcdir != builddir

2001-02-27 Thread Tom Tromey
Tom> I think what we want is for the positioning of the .c file not to Tom> matter for the developer, but for the file to end up in the Tom> distribution made by `make dist'. adl> The following is how I intended to fix this. I'm not sure adl> it's what you want. Anyway the patch below won't app

Re: `make dist' with srcdir != builddir

2001-02-27 Thread Alexandre Duret-Lutz
>>> "Tom" == Tom Tromey <[EMAIL PROTECTED]> writes: [...] Tom> I think what we want is for the positioning of the .c file not to Tom> matter for the developer, but for the file to end up in the Tom> distribution made by `make dist'. The following is how I intended to fix this. I'm not sure

Re: `make dist' with srcdir != builddir

2001-02-26 Thread Tom Tromey
> "adl" == Alexandre Duret-Lutz <[EMAIL PROTECTED]> writes: adl> This can be easily fixed by changing the distdir code to look for adl> files in the builddir first and failling back to look in the adl> srcdir if needed. But maybe this is not the right fix; maybe adl> bison should not output

`make dist' with srcdir != builddir

2001-02-25 Thread Alexandre Duret-Lutz
Some weeks ago Bruno Haible reported (in private mail) that running `make dist' with srcdir != builddir could produce distributions which are not up-to-date, especially if you have generated files like bison parsers: $builddir/parser.c would be updated whenever $srcdir/parser.y is changed bu