maint: targets and recipes to simplify testing on real-world packages
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 3 May 2013 21:02:11 +0000 (23:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 4 May 2013 09:32:09 +0000 (11:32 +0200)
commitb993a265e6af722c2d4cea69d1782ffde33d6d80
tree04670383190dda6df1e0f7182391bfd626d25830
parenteddba1ccc124aaed5a613260b259f73e2aedf825
maint: targets and recipes to simplify testing on real-world packages

We introduce a new section in the maintainer-specific makefile that
contains recipes to test the build system of some well-known GNU
packages with the current development version of Automake.  Not the
cleanest way to do so, but good enough for the moment.  We'll revisit
the matter after the 1.13.2 release (which we now hope will happen
soon).

* maint.mk (git-sv-host): New.
(SV_GIT_CF, SV_GIT_AC, SV_GIT_GL): Use it to reduce code duplication.
(ALL_PACKAGES, FEW_PACKAGES): New, lists of GNU packages to try out.
(ttp-check, ttp-check-all): New targets, do the checking with said
packages.
(ttp): New, alias for 'ttp-check'.
(ttp-all): New, alias for 'ttp-check-all'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maint.mk