emacs-diffs
[Top][All Lists]
Advanced

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

master abc92b0d56: ; Fix previous change in test/Makefile.in


From: Michael Albinus
Subject: master abc92b0d56: ; Fix previous change in test/Makefile.in
Date: Wed, 27 Apr 2022 10:32:32 -0400 (EDT)

branch: master
commit abc92b0d5609a9b2d3ef7d217ea25229db633ca2
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix previous change in test/Makefile.in
---
 test/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/Makefile.in b/test/Makefile.in
index 9c61da9dde..e7df121d0e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -223,9 +223,11 @@ define test_template
   ## dependencies, it is better than nothing.
   srcfile = $(patsubst %-tests,$(srcdir)/../%,$(1))$(if $(patsubst 
src/%,,$(patsubst lib-src/%,,$(1))),.el,.c)
   ifeq (,$(patsubst %-tests,,$(1))$(findstring -tests/,$(1)))
+  ifeq ($(shell test -e $(srcfile) && echo -n yes),yes)
     $(1).log: $(srcfile)
     $(notdir $(1).log): $(1).log
   endif
+  endif
 
   ## Short aliases that always re-run the tests, with no logging.
   ## Define both with and without the directory name for ease of use.



reply via email to

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