From owner-cvs-src-old@FreeBSD.ORG Fri Dec 4 10:57:25 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AF801065670 for ; Fri, 4 Dec 2009 10:57:25 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC728FC12 for ; Fri, 4 Dec 2009 10:57:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB4AvPbv005796 for ; Fri, 4 Dec 2009 10:57:25 GMT (envelope-from phk@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB4AvP1w005795 for cvs-src-old@freebsd.org; Fri, 4 Dec 2009 10:57:25 GMT (envelope-from phk@repoman.freebsd.org) Message-Id: <200912041057.nB4AvP1w005795@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to phk@repoman.freebsd.org using -f From: Poul-Henning Kamp Date: Fri, 4 Dec 2009 10:57:01 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/sysbuild sysbuild.sh X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2009 10:57:25 -0000 phk 2009-12-04 10:57:01 UTC FreeBSD src repository Modified files: tools/tools/sysbuild sysbuild.sh Log: SVN rev 200096 on 2009-12-04 10:57:01Z by phk Add disk-magic for amd64: same as i386. Pass PORTS_OPTS wherever we invoke ports makefiles Add a logfile where we can see the progress of distfile prefetching Revision Changes Path 1.5 +17 -2 src/tools/tools/sysbuild/sysbuild.sh