From owner-svn-src-head@FreeBSD.ORG Fri Jan 9 01:58:21 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB17746A; Fri, 9 Jan 2015 01:58:21 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 90D42B7F; Fri, 9 Jan 2015 01:58:21 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id r2so5483453igi.1; Thu, 08 Jan 2015 17:58:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=XUNx5aPYv8EO9pIUD6Njr2s1QjRnXDN7K4qmbLHiAvc=; b=Dcr7dQElE5GezqqHdQFnyzNcTyx9HDd6EfsWN4ymLai4u5tfSdv+esq7KbK1J6dRi8 tZXGAdAjBOCQJt5m309YVasoQ/0OfceVHW6uAUeirHHo7NVIxkPiPB8xvuixuhh6gkFD Pzplb+HLxkwcDFRhsJPI4/PNgVtn21w8GVfUZ9iy+Yoc0aYH0yjKt8Ci8VIgAfOn4MAa w5MvaYkkZT8XlP0312AKKjn3DkxOhWyd1yEuwpEL8M+UX7sljCWWR8mrtERj+UwcNiM2 Dx9urCzF/UTPWv3XE6RhcgaFQ/zhVggR5rp696CvIvuJcqSrNttT9WYgd9mNuBXQBiEy vM0g== X-Received: by 10.42.145.5 with SMTP id d5mr11207671icv.8.1420768700934; Thu, 08 Jan 2015 17:58:20 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.0.85 with HTTP; Thu, 8 Jan 2015 17:58:00 -0800 (PST) In-Reply-To: References: <201501081426.t08EQo1g003090@svn.freebsd.org> From: Ed Maste Date: Thu, 8 Jan 2015 20:58:00 -0500 X-Google-Sender-Auth: vMxqTMMkv5jiIu4FMGyzCVQji60 Message-ID: Subject: Re: svn commit: r276819 - head/lib/clang/libllvmaarch64disassembler To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 09 Jan 2015 01:58:21 -0000 On 8 January 2015 at 20:27, Craig Rodrigues wrote: >> >> +.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no" >> ^^^^ > > > There is no need for a leading "." Oops, yes it was a cut-and-pasteo. Thanks for spotting it.