Your question sounds like you want autotools to automatically rebuild
the intermediary files when ./configure detects the requisite
build-depends. I'd suggest discussing this autotools feature request
on the upstream lists instead of here.
>From the debian/rules side of things; there isn't yet any
On Tue, 29 Dec 2009, Ansgar Burchardt wrote:
> there are several tools that generate C source code that is later
> complied in object code, e.g. yacc, lex or valac. automake defaults to
> distribute these built intermediate files, so they are usually not
> regenerated during a build.
[...]
> 1.
On Wed, Dec 30, 2009 at 05:13:29PM +0900, Ansgar Burchardt wrote:
> But my goal is the opposite: I want to *force* automake to regenerate
> the files, and preferably not even include them in the distribution.
The reason to include the autogenerated files is that while most UNIX based
platforms co
Michael Tautschnig writes:
>> there are several tools that generate C source code that is later
>> complied in object code, e.g. yacc, lex or valac. automake defaults to
>> distribute these built intermediate files, so they are usually not
>> regenerated during a build.
>
> Why do you restrict t
Serafeim Zanikolas writes:
> On Tue, Dec 29, 2009 at 03:23:21AM +0900, Ansgar Burchardt wrote [edited]:
>> there are several tools that generate C source code that is later
>> complied in object code, e.g. yacc, lex or valac. automake defaults to
>> distribute these built intermediate files, so
On Tue, Dec 29, 2009 at 03:23:21AM +0900, Ansgar Burchardt wrote [edited]:
> there are several tools that generate C source code that is later
> complied in object code, e.g. yacc, lex or valac. automake defaults to
> distribute these built intermediate files, so they are usually not
> regenerated
> Hi,
>
> there are several tools that generate C source code that is later
> complied in object code, e.g. yacc, lex or valac. automake defaults to
> distribute these built intermediate files, so they are usually not
> regenerated during a build.
>
[...]
Why do you restrict this question to g
7 matches
Mail list logo