Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 1998 15:50:09 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        asami@FreeBSD.ORG, bde@zeta.org.au
Cc:        ac199@hwcn.org, andreas@klemm.gtn.com, cvs-committers@FreeBSD.ORG, imp@village.org, mph@pobox.com, ports@FreeBSD.ORG, thepish@FreeBSD.ORG
Subject:   Re: /etc/mail ? ( was: Re: cvs commit: src/share/mk Makefile )
Message-ID:  <199805210550.PAA29369@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
> * It's a bad idea, and not at all like rc.conf.  rc.conf is sourced only at
> * system startup.  /etc/make.conf is sourced on every invocation of make.
> * Who knows what pollution in it might do to non-FreeBSD makefiles?
>
>So you agree with me, right?  What I'm saying is we can just use
>MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE variables already in
>make.conf, instead of adding new variables which (by bsd.port.mk)
>function by eventually appending something to the above.
>
>(Defining generic names like LOCALE in /etc/make.conf is dangerous....)

MASTER_SITE_* shouldn't be there either.  There should be separate
configuration files for making /usr/src, ports, and everything else.
/etc/make.conf is OK for the latter.  The problem is getting the
configuration file included early enough.  bsd.ports.mk would be too
late for macros that are expanded earlier.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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