Re: [PATCH] Move couple of ifdefs after "include config.mk"
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:14
Honestly speaking, I'd personally prefer to just get rid of "-include config.mak" from Makefile. If somebody wants to keep her customized set of configuration, she can have her own ./Make script that would look like: #!/bin/sh make WITH_SEND_EMAIL=YesPlesae NO_EXPAT=NoThanks "$@"