Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Apr 1998 17:19:00 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@FreeBSD.ORG, asami@FreeBSD.ORG
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-etc@FreeBSD.ORG
Subject:   Re: cvs commit: src/etc make.conf
Message-ID:  <199804170719.RAA24358@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>MOTIF_STATIC was never intended for use by ordinary users.  It is only
>used for package-builders.  Do we add every possible variable in
>make.conf (if so, I have a few dozen more from bsd.port.mk) or only
>have the common cases in here?

Nothing except overrides for defaults in sys.mk should be there.

>Maybe it's time for /etc/make.conf.ports?  (No I'm not kidding.)

Ports and build options should always have been separate from
sys.mk, but there is a problem getting them noticed early enough.
/etc/make.conf.ports should logically be included by bsd.port.mk,
but may be needed when sys.mk is parsed.  This is currently handled
by abusing /etc/make.conf to extend sys.mk.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804170719.RAA24358>