From owner-freebsd-questions@FreeBSD.ORG Thu Dec 1 21:19:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A0C916A41F for ; Thu, 1 Dec 2005 21:19:14 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from muse.calarts.edu (muse.calarts.edu [198.182.157.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E484543D5C for ; Thu, 1 Dec 2005 21:18:59 +0000 (GMT) (envelope-from bsdlists@sbcglobal.net) Received: from [172.24.24.24] (rfc1918-address.calarts.edu [172.24.24.24] (may be forged)) by muse.calarts.edu (8.11.7p1+Sun/8.11.7) with ESMTP id jB1LIqh24177 for ; Thu, 1 Dec 2005 13:18:52 -0800 (PST) Message-ID: <438F68ED.7000709@sbcglobal.net> Date: Thu, 01 Dec 2005 13:19:41 -0800 From: Jose Borquez User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: make buildworld run twice as fast X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2005 21:19:14 -0000 I recently rebuilt my FreeBSD system from sources and it took around 2 hours on an old PIII 800MHz pc to run "make buildworld". If I include the -j option to run multiple processes as once such as "make -j2 buildworld" does that mean it would finish in half the time? Does anyone have any thoughts or experiences with this? Thank you, Jose