diff options
author | Jason Riedy <ejr@EECS.Berkeley.EDU> | 2005-12-05 10:38:30 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-05 13:19:39 -0800 |
commit | cd8c4589473d2a6669cf882ebcd708a2d81e9168 (patch) | |
tree | 5179a805f120270960a156c3ef61f4eb947765cf | |
parent | 53e7181cd9927a8a194f4770c597744d96a113a2 (diff) | |
download | git-cd8c4589473d2a6669cf882ebcd708a2d81e9168.tar.gz git-cd8c4589473d2a6669cf882ebcd708a2d81e9168.tar.xz |
[PATCH] Document config.mak in INSTALL.
The existing config.mak should satisfy almost everyone... You
can change the prefix and other vars catch the new setting
anyways. I had forgotten that ?= acts as = (lazy value binding)
and as not := (immediate value binding).
Signed-off-by: E. Jason Riedy <ejr@cs.berkeley.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,3 +87,6 @@ Issues of note: have all the libraries/tools needed, or you may have necessary libraries at unusual locations. Please look at the top of the Makefile to see what can be adjusted for your needs. + You can place local settings in config.mak and the Makefile + will include them. Note that config.mak is not distributed; + the name is reserved for local settings. |