[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 693e9be: * test/Makefile.in (test_template): Declar
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 693e9be: * test/Makefile.in (test_template): Declare target FOO.log. |
Date: |
Tue, 27 Aug 2019 06:58:51 -0400 (EDT) |
branch: master
commit 693e9be5871f4e9bcb1a4ecfe5a40e68f5433cc3
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
* test/Makefile.in (test_template): Declare target FOO.log.
---
test/Makefile.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/Makefile.in b/test/Makefile.in
index b795907..abcba94 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -233,6 +233,7 @@ define test_template
ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1)))
$(1).log: $(patsubst %-tests,$(srcdir)/../%,$(1))$(if \
$(patsubst src/%,,$(patsubst
lib-src/%,,$(1))),.el,.c)
+ $(notdir $(1).log): $(1).log
endif
## Short aliases that always re-run the tests, with no logging.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 693e9be: * test/Makefile.in (test_template): Declare target FOO.log.,
Michael Albinus <=