From owner-freebsd-stable Tue Aug 27 10:21: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C77437B400 for ; Tue, 27 Aug 2002 10:21:00 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D160843E6E for ; Tue, 27 Aug 2002 10:20:56 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1) with ESMTP id g7RHKq6X076183 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 27 Aug 2002 10:20:52 -0700 (PDT) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.6.Beta0/8.12.6.Beta1/Submit) id g7RHKqEv076180; Tue, 27 Aug 2002 10:20:52 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15723.46324.365471.851791@horsey.gshapiro.net> Date: Tue, 27 Aug 2002 10:20:52 -0700 From: Gregory Neil Shapiro To: "Marc G. Fournier" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Using an alternate /etc/make.conf file? In-Reply-To: <20020827141534.D13753-100000@mail1.hub.org> References: <20020827141534.D13753-100000@mail1.hub.org> X-Mailer: VM 7.03 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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