From owner-svn-src-head@FreeBSD.ORG  Tue Feb 22 08:20:13 2011
Return-Path: <owner-svn-src-head@FreeBSD.ORG>
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 00E9B106564A;
	Tue, 22 Feb 2011 08:20:13 +0000 (UTC) (envelope-from uqs@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c])
	by mx1.freebsd.org (Postfix) with ESMTP id E4A0E8FC0A;
	Tue, 22 Feb 2011 08:20:12 +0000 (UTC)
Received: from svn.freebsd.org (localhost [127.0.0.1])
	by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1M8KCDW099687;
	Tue, 22 Feb 2011 08:20:12 GMT (envelope-from uqs@svn.freebsd.org)
Received: (from uqs@localhost)
	by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1M8KCVK099685;
	Tue, 22 Feb 2011 08:20:12 GMT (envelope-from uqs@svn.freebsd.org)
Message-Id: <201102220820.p1M8KCVK099685@svn.freebsd.org>
From: Ulrich Spoerlein <uqs@FreeBSD.org>
Date: Tue, 22 Feb 2011 08:20:12 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
	svn-src-head@freebsd.org
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Cc: 
Subject: svn commit: r218942 - head/tools/build/options
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
	<svn-src-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-head>,
	<mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 22 Feb 2011 08:20:13 -0000

Author: uqs
Date: Tue Feb 22 08:20:12 2011
New Revision: 218942
URL: http://svn.freebsd.org/changeset/base/218942

Log:
  The default for FDT has changed, rename the flag/options file.

Added:
  head/tools/build/options/WITHOUT_FDT
     - copied, changed from r218940, head/tools/build/options/WITH_FDT
Deleted:
  head/tools/build/options/WITH_FDT

Copied and modified: head/tools/build/options/WITHOUT_FDT (from r218940, head/tools/build/options/WITH_FDT)
==============================================================================
--- head/tools/build/options/WITH_FDT	Tue Feb 22 08:07:17 2011	(r218940, copy source)
+++ head/tools/build/options/WITHOUT_FDT	Tue Feb 22 08:20:12 2011	(r218942)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Set to build Flattened Device Tree support as part of the base system. This
+Set to not build Flattened Device Tree support as part of the base system. This
 includes the device tree compiler (dtc) and libfdt support library.