Download raw body.
Makefile patch
On Sat, Jan 04, 2020 at 06:25:07PM +0100, Klemens Nanni wrote:
> Regardless of this, may I suggest `.if ${GOT_RELEASE:L} == "yes"' as
> done in other makefiles such as bsd.port.mk(5); that makes it work no
> matter the case.
That isn't really relevant in this case, because nobody should run
make RELEASE=yes
in got src.
There is a 'make release' target which will do the right thing.
Makefile patch