summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82dd4e0)
raw | patch | inline | side by side (parent: 82dd4e0)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 13 Oct 2007 19:41:31 +0000 (15:41 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 14 Oct 2007 02:14:14 +0000 (22:14 -0400) |
I keep forgetting to include TCLTK_PATH when I build git-gui on some
systems. Placing that rule (among others) into a config.mak makes it
easier to compile the application the same way every time.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
systems. Placing that rule (among others) into a config.mak makes it
easier to compile the application the same way every time.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
.gitignore | patch | blob | history | |
Makefile | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index a7cfd6d5a016b9c0089fcd3409c25cfce5986271..6483b21cbfc73601602d628a2c609d3ca84f9e53 100644 (file)
--- a/.gitignore
+++ b/.gitignore
.DS_Store
+config.mak
Git Gui.app*
git-gui.tcl
GIT-VERSION-FILE
diff --git a/Makefile b/Makefile
index ef9cd9126256b0ecafbc2d6e61447da42b1e897a..e8603192788fb0d8c83ff5ad33eb947cd77252b4 100644 (file)
--- a/Makefile
+++ b/Makefile
QUIET_GEN =
endif
+-include config.mak
+
DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
gitexecdir_SQ = $(subst ','\'',$(gitexecdir))
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))