summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: be700fe)
raw | patch | inline | side by side (parent: be700fe)
author | Steffen Prohaska <prohaska@zib.de> | |
Wed, 10 Oct 2007 06:58:58 +0000 (08:58 +0200) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
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 <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
for msgfmt if setting NO_MSGFMT. This patch sets the NO_MSGFMT
for msysgit.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 818a0ab45ce02d6c90522213ec9cb4dd45bd83be..c8054507e935366fc43b164d372ca699844cede5 100644 (file)
--- a/Makefile
+++ b/Makefile
GITGUI_MACOSXAPP := YesPlease
endif
endif
+ifneq (,$(findstring MINGW,$(uname_S)))
+ NO_MSGFMT=1
+endif
ifdef GITGUI_MACOSXAPP
GITGUI_MAIN := git-gui.tcl