From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [v3,PATCH 2/2] build: fix option ordering Date: Thu, 7 Feb 2019 16:35:21 +0000 Message-ID: <20190207163521.GA63896@bricha3-MOBL.ger.corp.intel.com> References: <20190131021858.5832-1-3chas3@gmail.com> <20190207155318.12579-1-3chas3@gmail.com> <20190207155318.12579-2-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas@monjalon.net To: Chas Williams <3chas3@gmail.com> Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 612E01B5CA for ; Thu, 7 Feb 2019 17:35:25 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190207155318.12579-2-3chas3@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Feb 07, 2019 at 10:53:18AM -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> > --- Acked-by: Bruce Richardson