From owner-svn-src-head@FreeBSD.ORG Tue Feb 10 15:05:30 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0341065670; Tue, 10 Feb 2009 15:05:30 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9C38FC19; Tue, 10 Feb 2009 15:05:29 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id C97F09CB04E; Tue, 10 Feb 2009 16:02:40 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VUUqcTm38lbM; Tue, 10 Feb 2009 16:02:38 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 07B4D9CB141; Tue, 10 Feb 2009 16:02:38 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n1AF2bfh015927; Tue, 10 Feb 2009 16:02:37 +0100 (CET) (envelope-from rdivacky) Date: Tue, 10 Feb 2009 16:02:37 +0100 From: Roman Divacky To: Ken Smith Message-ID: <20090210150237.GA15859@freebsd.org> References: <200902101503.n1AF38Ac096687@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200902101503.n1AF38Ac096687@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r188437 - head/release X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 15:05:31 -0000 On Tue, Feb 10, 2009 at 03:03:08PM +0000, Ken Smith wrote: > Author: kensmith > Date: Tue Feb 10 15:03:08 2009 > New Revision: 188437 > URL: http://svn.freebsd.org/changeset/base/188437 > > Log: > Turn off the building of boot floppies for amd64/i386. > > Modified: > head/release/Makefile > > Modified: head/release/Makefile > ============================================================================== > --- head/release/Makefile Tue Feb 10 08:21:59 2009 (r188436) > +++ head/release/Makefile Tue Feb 10 15:03:08 2009 (r188437) > @@ -67,8 +67,8 @@ PORTSRELEASETAG?= ${AUXRELEASETAG} > # If you want to pass flags to the world build such as -j X, use > # WORLD_FLAGS. Similarly, you can specify make flags for kernel > # builds via KERNEL_FLAGS. > -#WORLD_FLAGS=-j4 > -#KERNEL_FLAGS=-j4 > +WORLD_FLAGS=-j4 > +KERNEL_FLAGS=-j4 was this intentional?