Git fork

[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>

authored by

Jason Riedy and committed by
Junio C Hamano
cd8c4589 53e7181c

+3
+3
INSTALL
··· 87 87 have all the libraries/tools needed, or you may have 88 88 necessary libraries at unusual locations. Please look at the 89 89 top of the Makefile to see what can be adjusted for your needs. 90 + You can place local settings in config.mak and the Makefile 91 + will include them. Note that config.mak is not distributed; 92 + the name is reserved for local settings.