From owner-svn-src-head@FreeBSD.ORG Mon Apr 7 21:12:44 2014 Return-Path: Delivered-To: svn-src-head@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 51CF9440 for ; Mon, 7 Apr 2014 21:12:44 +0000 (UTC) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 14AF9351 for ; Mon, 7 Apr 2014 21:12:43 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id uz6so19310obc.13 for ; Mon, 07 Apr 2014 14:12:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=+2ApFXDbPAhxoFKN3RL2YDSSoSb2ESt4NbXO6wbz6WI=; b=loiNYfpfxA49s01qQy0afNl5sPZ4Cwg9+ybOuWQr0bIn/DR2bQH3vs4pJ0s37uBqHz u2dCNJvwkUuvomDviEYTnCEy1BexxOVS20L+/hHMNv0e/DGdy7TcglqXlWrzFEuxrVo0 VfmJHN/Utp3HQI+j0sk2oag1aRd1Qzz+35Qnaf/ynpfdPa7+uWjAnBk4mrfEV4ekPTml Brmn+eguJ1Y5mYoQbicWR1xyuX30pdbd+K9uCdd/oAoqtf5gURNJE9U2pKWWjL2Hvjlr gTOxBsnkzC/smVd6AMHndClct+oAJSJRxij+McNxOwzkDG9sPR3nwP4CiAtJUI8aU0hf 30fw== X-Gm-Message-State: ALoCoQnLlc72S//Jp8DceP9EU2vvwN4X2/6uGOHn6gN/BMBKPOoHsxbaviLvab4rF5nlpzhrGW8e X-Received: by 10.60.115.68 with SMTP id jm4mr354433oeb.57.1396905156681; Mon, 07 Apr 2014 14:12:36 -0700 (PDT) Received: from [10.0.0.119] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id ii8sm32050262obb.11.2014.04.07.14.12.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Apr 2014 14:12:36 -0700 (PDT) Sender: Warner Losh Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r263749 - in head: . sys/amd64/conf sys/conf sys/i386/conf sys/sparc64/conf From: Warner Losh In-Reply-To: <201404071505.09468.jhb@freebsd.org> Date: Mon, 7 Apr 2014 15:12:34 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201403252208.s2PM8VXj019660@svn.freebsd.org> <201404071505.09468.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 07 Apr 2014 21:12:44 -0000 On Apr 7, 2014, at 1:05 PM, John Baldwin wrote: > 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 >>=20 >> 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 >> = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >> --- 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 >>=20 >> -makeoptions DEBUG=3D-gdwarf-2 # Build kernel with = gdb(1) debug symbols >> +makeoptions DEBUG=3D-g >> makeoptions WITH_CTF=3D1 # Run ctfconvert(1) for DTrace = support >=20 > Did you mean to lose this comment in all these files? No. I didn=92t mean to loose it. Damn. Thanks! Warner