From owner-freebsd-current Thu Oct 10 10:45:16 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05464 for current-outgoing; Thu, 10 Oct 1996 10:45:16 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA05454; Thu, 10 Oct 1996 10:45:14 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA20319; Thu, 10 Oct 1996 10:39:46 -0700 From: Terry Lambert Message-Id: <199610101739.KAA20319@phaeton.artisoft.com> Subject: Re: .depend To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Thu, 10 Oct 1996 10:39:46 -0700 (MST) Cc: terry@lambert.org, rkw@dataplex.net, wosch@freebsd.org, steve@freefall.freebsd.org, current@freebsd.org In-Reply-To: <199610100144.LAA16453@genesis.atrad.adelaide.edu.au> from "Michael Smith" at Oct 10, 96 11:14:29 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > > IMHO, this entire discussion results from a fundamental error in the > > > methodology of building multiple versions from a single set of sources. > > > Rather than "kluge" something else into "make" so you can "get by", we > > > should fix the methodology. > > > > What happens when I want to build several different machine architectures > > from the same NFS mounted sources instead of placing 3 times the SUP > > load on one of the severs to get thrre times the trees on three times > > the local diskk space used? > > .depend is in the object directory. Unless you're a total loser, you > _will_ have seperate object directories, right? That ".depends". If I not a total loser doing a port to a new architecture, I won't have local disk drivers and I'll be running over NFS to a remote object directory. Typically, I find I have just enough space on a given build machine for the foreign object directory -- in the local object directory (funny how that works out). So for supporting multiple machine architectures, especially for build and install testing on a 100M SCSI ZIP drive that you cart around from box to box, expect me to use the same object directory on my build host. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.