automake-ng
[Top][All Lists]
Advanced

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

[Automake-ng] [FYI] [ng] maintcheck: fix a check out-of-sync with the so


From: Stefano Lattarini
Subject: [Automake-ng] [FYI] [ng] maintcheck: fix a check out-of-sync with the source tree layout
Date: Sat, 28 Apr 2012 11:16:58 +0200

* syntax-checks.mk (sc_grep_for_bad_make_include): Use 't/*.log',
not 'tests/*.log', to get the list of the testsuite logs.

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

diff --git a/syntax-checks.mk b/syntax-checks.mk
index d024867..1124bfc 100644
--- a/syntax-checks.mk
+++ b/syntax-checks.mk
@@ -330,7 +330,7 @@ sc_grep_for_bad_make_include = \
     exit 1; \
   fi
 sc_tests_make_simple_include: sc_ensure_testsuite_has_run
-       @files=tests/*.log; $(sc_grep_for_bad_make_include)
+       @files='t/*.log'; $(sc_grep_for_bad_make_include)
 sc_make_simple_include:
        @files=" \
           $(xtests) \
-- 
1.7.9.5




reply via email to

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