From owner-freebsd-questions@FreeBSD.ORG Thu Mar 10 17:23:16 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id C12DA16A4D0; Thu, 10 Mar 2005 17:23:16 +0000 (GMT) Date: Thu, 10 Mar 2005 17:23:16 +0000 From: Kris Kennaway To: Tarc Message-ID: <20050310172316.GH34206@hub.freebsd.org> References: <20050309162048.GA45436@thorin.po.cs.msu.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050309162048.GA45436@thorin.po.cs.msu.su> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: parallel making X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 17:23:16 -0000 On Wed, Mar 09, 2005 at 07:20:48PM +0300, Tarc wrote: > I have small network at home (2 machines with PentiumII/64mb ram with RELENG_5). > How I can build system REALLY parallel (e.g. remote building and swapping via NFS) > > I saw to make(1) sources and found macros REMOTE, which if defined, enables(?) it. How it works now and how, if works? > Does make(1) have this feature in CURRENT? I don't believe this works. Look into using distcc - it's been discussed on mailing lists before how to build with it. Kris