Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: net/prosody: install prosody-migrator
To:
ports@openbsd.org
Date:
Wed, 23 Oct 2024 09:09:42 +0000

Download raw body.

Thread
23.10.2024 05:09, Lucas Gabriel Vuotto пишет:
> Committed with the seemingly more correct
> 
> 	${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -C ...

Yup.

> 
>> (lots of ports use MAKE, though).
> 
> In principle this is wrong and these ports
> 
> cad/xcircuit
> games/angband
> games/puzzles
> games/xlife
> lang/squeak/vm
> 
> use both MAKE and USE_GMAKE. I'll check tomorrow whether they should be
> patched.
> 

I'm sure this is a pure style/consistency question:

	$ gmake -p 2>/dev/null | grep -w MAKE_COMMAND     
	MAKE_COMMAND := gmake
	MAKE = $(MAKE_COMMAND)