mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
* test/Makefile.in (ELFILES): Sort, for a reproducible order.
This commit is contained in:
parent
55ac7505a0
commit
44c971bb67
1 changed files with 2 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue