git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
be700fe
)
git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgit
author
Steffen Prohaska
<redacted>
Wed, 10 Oct 2007 06:58:58 +0000
(08:58 +0200)
committer
Shawn O. Pearce
<redacted>
Wed, 10 Oct 2007 07:47:38 +0000
(
03:47
-0400)
Shawn's git-gui Makefile supports the pure tcl replacement
for msgfmt if setting NO_MSGFMT. This patch sets the NO_MSGFMT
for msysgit.
Signed-off-by: Steffen Prohaska <redacted>
Signed-off-by: Shawn O. Pearce <redacted>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 818a0ab45ce02d6c90522213ec9cb4dd45bd83be..c8054507e935366fc43b164d372ca699844cede5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-126,6
+126,9
@@
ifeq ($(uname_S),Darwin)
GITGUI_MACOSXAPP := YesPlease
endif
endif
+ifneq (,$(findstring MINGW,$(uname_S)))
+ NO_MSGFMT=1
+endif
ifdef GITGUI_MACOSXAPP
GITGUI_MAIN := git-gui.tcl
git clone https://git.99rst.org/PROJECT