Date: Tue, 27 Aug 2002 10:20:52 -0700 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Using an alternate /etc/make.conf file? Message-ID: <15723.46324.365471.851791@horsey.gshapiro.net> In-Reply-To: <20020827141534.D13753-100000@mail1.hub.org> References: <20020827141534.D13753-100000@mail1.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
scrappy> When I do a 'make installworld', I can redirect the install to a scrappy> different directory using DESTDIR, in order to build a jail ... is scrappy> there some way of talking it to use an alternate make.conf as scrappy> well? ie: scrappy> $DESTDIR/etc/make.conf The code in /usr/share/mk/sys.mk says: __MAKE_CONF?=/etc/make.conf .if exists(${__MAKE_CONF}) .include "${__MAKE_CONF}" .endif The rest is left as an exercise to the reader. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15723.46324.365471.851791>