emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 44c971b: * test/Makefile.in (ELFILES): Sort, for a


From: Glenn Morris
Subject: [Emacs-diffs] master 44c971b: * test/Makefile.in (ELFILES): Sort, for a reproducible order.
Date: Fri, 1 Sep 2017 18:27:38 -0400 (EDT)

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

    * test/Makefile.in (ELFILES): Sort, for a reproducible order.
---
 test/Makefile.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 34d74d4..0c3d360 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -156,11 +156,11 @@ else
 maybe_exclude_module_tests := -name emacs-module-tests.el -prune -o
 endif
 
-ELFILES := $(shell find ${srcdir} -path "${srcdir}/manual" -prune -o \
+ELFILES := $(sort $(shell find ${srcdir} -path "${srcdir}/manual" -prune -o \
                -path "${srcdir}/data" -prune -o \
                -name "*resources" -prune -o \
                ${maybe_exclude_module_tests} \
-               -name "*.el" ! -name ".*" -print)
+               -name "*.el" ! -name ".*" -print))
 ## .log files may be in a different directory for out of source builds
 LOGFILES := $(patsubst %.el,%.log, \
                $(patsubst $(srcdir)/%,%,$(ELFILES)))



reply via email to

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