From: Jason Riedy Date: Mon, 5 Dec 2005 18:38:30 +0000 (-0800) Subject: [PATCH] Document config.mak in INSTALL. X-Git-Tag: v0.99.9m^2~65 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cd8c4589473d2a6669cf882ebcd708a2d81e9168;p=git.git [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 Signed-off-by: Junio C Hamano --- diff --git a/INSTALL b/INSTALL index 63ccf62ae..916ddd400 100644 --- a/INSTALL +++ b/INSTALL @@ -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.