maintcheck: take advantage of some GNU make features
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 28 Jan 2012 11:38:07 +0000 (12:38 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 30 Jan 2012 20:51:52 +0000 (21:51 +0100)
commit25d3adb1b25132d5051dd97dacc707d2f3375a90
tree6f161e75e5f7edc8a470cf01b599bd0b2f847123
parente508e09d3837c029daf8cd86d7f8925df7872389
maintcheck: take advantage of some GNU make features

We can do so now that our maintainer checks require GNU make
unconditionally.

* syntax-check.mk (ams, xtests): Redefine as "immediate variables",
using the GNU make $(shell ...) builtin.
(maintainer-check-list-of-tests): Take advantage of GNU make "-C"
option.  Don't use $(AM_MAKEFLAGS), we shouldn't need it with GNU
make.
syntax-checks.mk