From: Stefan Esser <s...@freebsd.org>
Subject: Port build failure in stage-qa,Port build failure in stage-qa
Date: Wed, 11 Nov 2020 21:56:49 +0100

> Since DEVELOPER=yes cannot be overridden on the command line, I'll
> have to remove it from make.conf to get a kernel with matching
> modules installed.

I add following lines in make.conf.

----------------------------------------------------------------------
.ifndef NO_DEVELOPER
DEVELOPER=yes
.endif
----------------------------------------------------------------------

And developer mode can be disabled from command line with

% make NO_DEVELOPER=yes

Just FYI.

---
Yasuhiro KIMURA
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to