Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/reproducible-build' of ../git-gui into jn/reproducible-build
author
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Nov 2017 05:57:52 +0000
(14:57 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 22 Nov 2017 05:57:52 +0000
(14:57 +0900)
* 'jn/reproducible-build' of ../git-gui:
git-gui: sort entries in optimized tclIndex
git-gui/Makefile
patch
|
blob
|
history
raw
(from parent 1:
7513595
)
diff --git
a/git-gui/Makefile
b/git-gui/Makefile
index 918a8de369113bb022f5080ac9c516771f544577..f10caedaa7a3970628148258ed8dc9f6a5e8c827 100644
(file)
--- 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"; \