From: Glenn Morris Date: Tue, 9 Jun 2015 19:24:17 +0000 (-0400) Subject: * test/automated/Makefile.in (ELFILES): Sort. X-Git-Tag: emacs-25.0.90~1817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=898945a27ecc020e6295ffe27b534129267c4f56;p=emacs.git * test/automated/Makefile.in (ELFILES): Sort. --- diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index faf0b3d8339..174b3b6dffe 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=}