This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: 26-makesort.patch
Raja R Harinath <harinath@cs.umn.edu> writes:
> Akim Demaille <akim@epita.fr> writes:
> [snip]
> > For instance, I find it quite annoying to have to know that Automake
> > knows the -local targets: the code of 25 makes it possible for users
> > to have just there own `clean:' target which will be appended to the
> > existing code.
>
> That seems counter to current 'automake' behaviour. IIRC, if automake
> sees a "special" target in Makefile.am, it won't generate code for
> that target. E.g., if the Makefile.am has a 'check:' target, the
> builtin test harness will not be generated.
Thanks for pointing this out, I didn't know. And I don't remember I
saw such code either...