From owner-freebsd-questions@FreeBSD.ORG Sun Sep 4 17:58:03 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 1529316A41F for ; Sun, 4 Sep 2005 17:58:03 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0AEF43D49 for ; Sun, 4 Sep 2005 17:58:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j84Hw17T005054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 4 Sep 2005 10:58:02 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050904105627.02713b50@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 04 Sep 2005 10:57:44 -0700 To: Stuart Chalmers , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <20050904132959.39161.qmail@web50205.mail.yahoo.com> References: <20050904132959.39161.qmail@web50205.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Query on building world 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: Sun, 04 Sep 2005 17:58:03 -0000 At 06:29 AM 9/4/2005, Stuart Chalmers wrote: >I was wondering if there was something that one could >pass to the make buildworld command to set up a >different target to build the world to? If I had >mounted the old disk under /mnt, maybe something like >'make -j4 target=/mnt/ buildworld'??? > >Any pointers much appreciated ... man build -Glenn >Thanks.