From owner-freebsd-ports Thu Jun 25 19:44:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19512 for freebsd-ports-outgoing; Thu, 25 Jun 1998 19:44:58 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA19491 for ; Thu, 25 Jun 1998 19:44:32 -0700 (PDT) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.HIP.Berkeley.EDU (sji-ca6-40.ix.netcom.com [205.186.213.40]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA07572; Thu, 25 Jun 1998 19:44:29 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id TAA23831; Thu, 25 Jun 1998 19:44:26 -0700 (PDT) Date: Thu, 25 Jun 1998 19:44:26 -0700 (PDT) Message-Id: <199806260244.TAA23831@silvia.HIP.Berkeley.EDU> To: seggers@semyam.dinoco.de CC: freebsd-ports@FreeBSD.ORG, seggers@semyam.dinoco.de In-reply-to: <199806211753.TAA23666@semyam.dinoco.de> (message from Stefan Eggers on Sun, 21 Jun 1998 19:53:42 +0200) Subject: Re: Concurrent package making allowed? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * As I was thinking about how to make a list of package sizes I was * stumbling about the question of how much locking it will require. If you need locking, you should probably rethink the design.... ;) * Is it legal to make several package concurrently? I.e. I make crafty * and at the same time xboard? Yes. Pretty much everything can be built concurrently (and it is indeed essential to build all 1,500+ packages quickly and without too much extra disk space). There are only few exceptions, mostly different versions of the same software. Also, if you try to type "make" twice in the same directory, it could fail. The same thing can happen due to dependencies, so I generally build oft-depended ports first to avoid this. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message