From cd8c4589473d2a6669cf882ebcd708a2d81e9168 Mon Sep 17 00:00:00 2001 From: Jason Riedy Date: Mon, 5 Dec 2005 10:38:30 -0800 Subject: [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 63ccf62..916ddd4 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. -- cgit v0.10.2-6-g49f6