From: Johannes Schindelin Date: Tue, 11 Oct 2005 22:22:47 +0000 (-0700) Subject: Support custom build options in config.mak X-Git-Tag: v0.99.9~151 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f2d6a256272b71f4509e4501a86a0f6c46ee65ad?ds=inline;hp=f2d6a256272b71f4509e4501a86a0f6c46ee65ad Support custom build options in config.mak With this patch, it is possible to store configuration options like NO_CURL=YesPlease or NO_OPENSSL=YesPlease into a file named config.mak, which will be included in the Makefile. [jc: redone with suggestion from Daniel Barkalow to just use -include] Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---