Re: buildworld: specifying an alternate make.conf

From: Dag-Erling_Smørgrav <des_at_FreeBSD.org>
Date: Tue, 03 Oct 2023 15:46:13 UTC
Ede Wolf <listac@nebelschwaden.de> writes:
> $ make -D __MAKE_CONF=/data/admin/build/vbox/make.conf -j 4 buildworld

This defines a variable with the unwieldy name
`__MAKE_CONF=/data/admin/build/vbox/make.conf` and no value.  You need
to drop the -D.

DES
-- 
Dag-Erling Smørgrav - des@FreeBSD.org