From: Stefano Lattarini Date: Mon, 29 Aug 2011 13:36:14 +0000 (+0200) Subject: tests: prefer AM_... variables to user-reserved ones in Makefile X-Git-Tag: ng-0.5a~89^2~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5957249003ff8a68044602cf10aaaf31480edb99;p=thirdparty%2Fautomake.git tests: prefer AM_... variables to user-reserved ones in Makefile * tests/Makefile.am (TAP_LOG_DRIVER_FLAGS): Renamed ... (AM_TAP_LOG_DRIVER_FLAGS): ... to this. --- diff --git a/ChangeLog b/ChangeLog index 460c21314..9ff342733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-29 Stefano Lattarini + + tests: prefer AM_... variables to user-reserved ones in Makefile + * tests/Makefile.am (TAP_LOG_DRIVER_FLAGS): Renamed ... + (AM_TAP_LOG_DRIVER_FLAGS): ... to this. + 2011-08-29 Stefano Lattarini tests: some minor fixlets w.r.t. TAP-based tests diff --git a/tests/Makefile.am b/tests/Makefile.am index 0414e4f04..d12c6539c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,7 @@ TEST_EXTENSIONS = .test .tap TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/lib/tap-driver.sh -TAP_LOG_DRIVER_FLAGS = --merge +AM_TAP_LOG_DRIVER_FLAGS = --merge MAINTAINERCLEANFILES = EXTRA_DIST = ChangeLog-old diff --git a/tests/Makefile.in b/tests/Makefile.in index cec28b91b..faad2ae2a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -280,7 +280,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ TEST_EXTENSIONS = .test .tap TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/lib/tap-driver.sh -TAP_LOG_DRIVER_FLAGS = --merge +AM_TAP_LOG_DRIVER_FLAGS = --merge MAINTAINERCLEANFILES = $(parallel_tests) $(instspc_tests) EXTRA_DIST = ChangeLog-old gen-parallel-tests instspc-tests.sh \ $(TESTS) tap-functions.sh plain-functions.sh \