From owner-svn-src-all@FreeBSD.ORG Wed Dec 22 16:20:07 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1ECA106566C; Wed, 22 Dec 2010 16:20:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [IPv6:2001:4068:10::3]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8CD8FC13; Wed, 22 Dec 2010 16:20:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id A48D541C6EA; Wed, 22 Dec 2010 17:20:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([192.168.74.103]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id WAe5ItLeux8y; Wed, 22 Dec 2010 17:20:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id C626D41C6BB; Wed, 22 Dec 2010 17:20:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id EF64F4448F3; Wed, 22 Dec 2010 16:18:36 +0000 (UTC) Date: Wed, 22 Dec 2010 16:18:36 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Nathan Whitehorn In-Reply-To: <201012221459.oBMExM94017630@svn.freebsd.org> Message-ID: <20101222161723.T6126@maildrop.int.zabbadoz.net> References: <201012221459.oBMExM94017630@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r216662 - head/share/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 16:20:07 -0000 On Wed, 22 Dec 2010, Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed Dec 22 14:59:22 2010 > New Revision: 216662 > URL: http://svn.freebsd.org/changeset/base/216662 > > Log: > Enable build of FDT components by default. dtc is a required build tool > for all FDT-enabled kernels, and having it off by default means that > building these kernels fails by default. This fixes FDT-related build > failures in make universe on ARM and PowerPC. Thanks a lot! I wonder if it is arch specific conditional? Is there any value in having it on non-FDT kernels/architectures? I am happily looking forward to a usable universe output again:-)) > Reviewed by: imp > > Modified: > head/share/mk/bsd.own.mk > > Modified: head/share/mk/bsd.own.mk > ============================================================================== > --- head/share/mk/bsd.own.mk Wed Dec 22 14:49:18 2010 (r216661) > +++ head/share/mk/bsd.own.mk Wed Dec 22 14:59:22 2010 (r216662) > @@ -326,6 +326,7 @@ _clang_no=CLANG > DICT \ > DYNAMICROOT \ > EXAMPLES \ > + FDT \ > FLOPPY \ > FORTH \ > FP_LIBC \ > @@ -421,7 +422,6 @@ MK_${var}:= yes > BIND_XML \ > BSD_GREP \ > ${_clang_no} \ > - FDT \ > GPIO \ > HESIOD \ > IDEA > -- Bjoern A. Zeeb Welcome a new stage of life. Going to jail sucks -- All my daemons like it! http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html