From owner-freebsd-questions Wed Sep 1 20:56:42 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 62DE614E29 for ; Wed, 1 Sep 1999 20:56:37 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id XAA02580; Wed, 1 Sep 1999 23:57:56 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199909020357.XAA02580@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Building world on another drive In-Reply-To: from Annelise Anderson at "Sep 1, 1999 01:20:53 pm" To: andrsn@andrsn.stanford.edu (Annelise Anderson) Date: Wed, 1 Sep 1999 23:57:56 -0400 (EDT) Cc: e-masson@kisoft-services.com (Eric MASSON), freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Annelise Anderson wrote, > > > On Wed, 1 Sep 1999, Eric MASSON wrote: > > > Hi, > > > > Depending on shell you use, (csh here) > > setenv MAKEOBJDIRPREFIX /usr0/obj > > make world > > > > You must set it as environment variable. Not necessarily... > Thanks, that's working! I wish I knew why it worked as an > environmental variable when it doesn't work in the file itself. > > The other part of the question: after it's built, is it possible > to do a "make installworld" that installs using /usr0 instead of > /usr? 'make world', 'make buildworld', and 'make installworld' should all use MAKEOBJDIRPREFIX. By the way, I find the following is a much easier way to change the object directory, # make "MAKEOBJDIRPREFIX=/usr0/obj" installworld At the make command line. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message