emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 898945a: * test/automated/Makefile.in (ELFILES): So


From: Glenn Morris
Subject: [Emacs-diffs] master 898945a: * test/automated/Makefile.in (ELFILES): Sort.
Date: Tue, 09 Jun 2015 19:24:22 +0000

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

    * test/automated/Makefile.in (ELFILES): Sort.
---
 test/automated/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in
index faf0b3d..174b3b6 100644
--- a/test/automated/Makefile.in
+++ b/test/automated/Makefile.in
@@ -93,7 +93,7 @@ WRITE_LOG = > $@ 2>&1 || { stat=ERROR; cat $@; }; echo 
$$stat: $@
        $(emacs) -l ert -l $$loadfile \
          -f ert-run-tests-batch-and-exit ${WRITE_LOG}
 
-ELFILES = $(wildcard ${srcdir}/*.el)
+ELFILES = $(sort $(wildcard ${srcdir}/*.el))
 LOGFILES = $(patsubst %.el,%.log,$(notdir ${ELFILES}))
 TESTS = ${LOGFILES:.log=}
 



reply via email to

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