author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 11 Oct 2005 22:22:47 +0000 (15:22 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Oct 2005 22:22:47 +0000 (15:22 -0700) | ||
commit | f2d6a256272b71f4509e4501a86a0f6c46ee65ad | |
tree | a6bf4d142c616a25cf3fbcc3953e6b6c7f7da84e | tree | snapshot |
parent | 0a81552e06037a57eeb1f784564a3ac092f60dfb | commit | diff |
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 <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | diff | blob | history |