From owner-freebsd-questions Wed Sep 1 13:28: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (Postfix) with ESMTP id 1161D15A51 for ; Wed, 1 Sep 1999 13:27:54 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id NAA58099; Wed, 1 Sep 1999 13:20:53 -0700 (PDT) Date: Wed, 1 Sep 1999 13:20:53 -0700 (PDT) From: Annelise Anderson To: Eric MASSON Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Building world on another drive In-Reply-To: <37CCD963.FF60C369@kisoft-services.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. > > Bye 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? Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message