projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed44217
)
* test/Makefile.in (test_template): Declare target FOO.log.
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 27 Aug 2019 10:58:38 +0000
(12:58 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 27 Aug 2019 10:58:38 +0000
(12:58 +0200)
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index b795907208322cd9de2b5325f74e1f3ef9d3a54c..abcba944734f5b448d5f95dd06ad6a7862cd3793 100644
(file)
--- 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.