coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 01/22] build: don't abuse Automake internals (with its 'check-am'


From: Stefano Lattarini
Subject: [PATCH 01/22] build: don't abuse Automake internals (with its 'check-am' rule)
Date: Wed, 29 Aug 2012 23:54:38 +0200

* tests/check.mk (check-am): Remove; obtain the same effect by moving
its dependency '.built-programs' ...
(check_DATA): ... to this variable.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 tests/check.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/check.mk b/tests/check.mk
index cb67b9d..7ced678 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -38,7 +38,7 @@ check: vc_exe_in_TESTS
 
 CLEANFILES =
 CLEANFILES += .built-programs
-check-am: .built-programs
+check_DATA = .built-programs
 .built-programs: $(top_srcdir)/src/Makefile.am
        $(AM_V_GEN)(cd $(top_builddir)/src                              \
             && MAKEFLAGS= $(MAKE) -s built_programs.list)              \
-- 
1.7.12




reply via email to

[Prev in Thread] Current Thread [Next in Thread]