From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 910335B16 for ; Mon, 4 Feb 2019 10:56:27 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Feb 2019 01:56:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,559,1539673200"; d="scan'208";a="115095390" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.18.138]) by orsmga008.jf.intel.com with SMTP; 04 Feb 2019 01:56:24 -0800 Received: by (sSMTP sendmail emulation); Mon, 04 Feb 2019 10:56:23 +0100 Date: Mon, 4 Feb 2019 10:56:23 +0100 From: Bruce Richardson To: Chas Williams <3chas3@gmail.com> Cc: dev@dpdk.org, thomas@monjalon.net Message-ID: <20190204095623.GD21148@bricha3-MOBL.ger.corp.intel.com> References: <20190131021858.5832-1-3chas3@gmail.com> <20190131235920.10823-2-3chas3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190131235920.10823-2-3chas3@gmail.com> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH 2/2,v2] build: fix option ordering X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 09:56:28 -0000 On Thu, Jan 31, 2019 at 06:59:20PM -0500, Chas Williams wrote: > Sort the options alphabetically and make a note of the preferred > order at the top of the file. > > Signed-off-by: Chas Williams <3chas3@gmail.com> > --- > meson_options.txt | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) > Thanks for the cleanup. Acked-by: Bruce Richardson