From owner-svn-src-head@FreeBSD.ORG Tue Oct 28 00:26:43 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A1E3AE3; Tue, 28 Oct 2014 00:26:43 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (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 E1F6FC89; Tue, 28 Oct 2014 00:26:42 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id tp5so5300035ieb.8 for ; Mon, 27 Oct 2014 17:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JObc/IDouqsRo29kJdHtsHa6nEqIRtM7XDWZxjjTwVM=; b=XGNin6DbAKoz5/6juJeKubbcxbqxpc5YsWBJY6UvrPZ9vJaqOBaV62zCkdjQIHOabC 43mvKBH5mvJXIMpj2B9IO9Vk4dUETzO5jdnLTVIvslReXGKtFnKci4VP7YJAvBj0QuTc MmvsDnYdh1QROgJKuLJ3hOBn8FIz7BlTsmboyfJx6Jumv55QfC0pMQeiNZLIXQ5dbWVK 1mYJ8fzS3P2TKgzWl/MwDeD6ZkHGihaQf2DlIuNeqtWIqdy/80DSG3eorbnRslNqN2a/ F8ECXEgou8ygvNXjvn6kvx29RW6peur2zQVwGkLbXAsQRWcDWQAUdpn3X8Ot9/j3MfmL R4Sw== MIME-Version: 1.0 X-Received: by 10.50.23.80 with SMTP id k16mr824427igf.26.1414456002400; Mon, 27 Oct 2014 17:26:42 -0700 (PDT) Received: by 10.50.193.135 with HTTP; Mon, 27 Oct 2014 17:26:42 -0700 (PDT) In-Reply-To: <201410272331.s9RNV8pJ058121@svn.freebsd.org> References: <201410272331.s9RNV8pJ058121@svn.freebsd.org> Date: Mon, 27 Oct 2014 17:26:42 -0700 Message-ID: Subject: Re: svn commit: r273755 - head From: NGie Cooper To: Baptiste Daroussin 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: Tue, 28 Oct 2014 00:26:43 -0000 On Mon, Oct 27, 2014 at 4:31 PM, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Oct 27 23:31:07 2014 > New Revision: 273755 > URL: https://svnweb.freebsd.org/changeset/base/273755 > > Log: > Rename XFLAGS to XCFLAGS and XXFLAGS to XCXXFLAGS > > This is less confusing names and actually more reflexting what they are intended > to. > > Discussed with: brooks Add an UPDATING entry?