]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/Makefile.in (ELFILES): Sort, for a reproducible order.
authorGlenn Morris <rgm@gnu.org>
Fri, 1 Sep 2017 22:27:31 +0000 (18:27 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 1 Sep 2017 22:27:31 +0000 (18:27 -0400)
test/Makefile.in

index 34d74d41cbb29cc3f9d502e99c14dae971f675d0..0c3d3601d740a5908f75679f774c5a1a8ebd562c 100644 (file)
@@ -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)))