From owner-svn-src-all@FreeBSD.ORG Mon Apr 7 19:05:16 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C114D8; Mon, 7 Apr 2014 19:05:16 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D72DE7CD; Mon, 7 Apr 2014 19:05:15 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E4132B96E; Mon, 7 Apr 2014 15:05:14 -0400 (EDT) From: John Baldwin To: Warner Losh Subject: Re: svn commit: r263749 - in head: . sys/amd64/conf sys/conf sys/i386/conf sys/sparc64/conf Date: Mon, 7 Apr 2014 15:05:09 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201403252208.s2PM8VXj019660@svn.freebsd.org> In-Reply-To: <201403252208.s2PM8VXj019660@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201404071505.09468.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 07 Apr 2014 15:05:15 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 07 Apr 2014 19:05:16 -0000 On Tuesday, March 25, 2014 6:08:31 pm Warner Losh wrote: > Author: imp > Date: Tue Mar 25 22:08:31 2014 > New Revision: 263749 > URL: http://svnweb.freebsd.org/changeset/base/263749 > > Log: > Rather than require a makeoptions DEBUG to get debug correct, > add it in kern.mk, but only if we're using clang. While this > ... > Modified: head/sys/amd64/conf/GENERIC > ============================================================================== > --- head/sys/amd64/conf/GENERIC Tue Mar 25 21:57:50 2014 (r263748) > +++ head/sys/amd64/conf/GENERIC Tue Mar 25 22:08:31 2014 (r263749) > @@ -21,7 +21,7 @@ > cpu HAMMER > ident GENERIC > > -makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols > +makeoptions DEBUG=-g > makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support Did you mean to lose this comment in all these files? -- John Baldwin