emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master cae005f: * test/Makefile.in (check-no-automated-sub


From: Glenn Morris
Subject: [Emacs-diffs] master cae005f: * test/Makefile.in (check-no-automated-subdir): Silence by default.
Date: Fri, 1 Sep 2017 18:29:53 -0400 (EDT)

branch: master
commit cae005f28d8533aeb76ccb18601158ea959bc807
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * test/Makefile.in (check-no-automated-subdir): Silence by default.
---
 test/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 0c3d360..d4395e6 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -220,7 +220,7 @@ endif
 ## the tests were arranged differently.
 .PHONY: check-no-automated-subdir
 check-no-automated-subdir:
-       test ! -d $(srcdir)/automated
+       ${AM_V_at}test ! -d $(srcdir)/automated
 
 ## Rerun all default tests.
 check: mostlyclean check-no-automated-subdir



reply via email to

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