summaryrefslogtreecommitdiff
path: root/git-gui
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-22 05:57:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-22 05:57:52 (GMT)
commitda10ea373b80cc8bf8efca5acb1d11ecf410fb0c (patch)
treecacf67aedbd9afcf2e2c1554ffb6f0d8c099efd4 /git-gui
parent7513595a3b997e07ad525b213b83e4f0bd358bb9 (diff)
parent474642b4a47c74a1f277955d7387d1886546fa01 (diff)
downloadgit-da10ea373b80cc8bf8efca5acb1d11ecf410fb0c.zip
git-da10ea373b80cc8bf8efca5acb1d11ecf410fb0c.tar.gz
git-da10ea373b80cc8bf8efca5acb1d11ecf410fb0c.tar.bz2
Merge branch 'jn/reproducible-build' of ../git-gui into jn/reproducible-build
* 'jn/reproducible-build' of ../git-gui: git-gui: sort entries in optimized tclIndex
Diffstat (limited to 'git-gui')
-rw-r--r--git-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/Makefile b/git-gui/Makefile
index 918a8de..f10caed 100644
--- a/git-gui/Makefile
+++ b/git-gui/Makefile
@@ -254,7 +254,7 @@ $(ALL_MSGFILES): %.msg : %.po
lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VARS
$(QUIET_INDEX)if echo \
$(foreach p,$(PRELOAD_FILES),source $p\;) \
- auto_mkindex lib '*.tcl' \
+ auto_mkindex lib $(patsubst lib/%,%,$(sort $(ALL_LIBFILES))) \
| $(TCL_PATH) $(QUIET_2DEVNULL); then : ok; \
else \
echo >&2 " * $(TCL_PATH) failed; using unoptimized loading"; \