From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Move mk/rte.extvars.mk to mk/internal/rte.extvars.mk Date: Mon, 09 Mar 2015 12:14:48 +0100 Message-ID: <2311648.DunbajaNGl@xps13> References: <1425489189-43477-1-git-send-email-keith.wiles@intel.com> <54F96951.2060406@6wind.com> <2151096.y3SmQntZBq@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Keith Wiles Return-path: In-Reply-To: <2151096.y3SmQntZBq@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-07 21:38, Thomas Monjalon: > 2015-03-06 09:46, Olivier MATZ: > > Hi Keith, > > > > On 03/04/2015 06:13 PM, Keith Wiles wrote: > > > Move the rte.extvars.mk to an internal directory and > > > update rte.vars.mk to find the file in the new location. > > > > > > Signed-off-by: Keith Wiles > > > > Acked-by: Olivier Matz > > (for after 2.0 I guess as it's not a fix) > > It's a good clean-up without risk. It should go in. > > > Note for Thomas: when you apply it, git complains there is a blank > > line at the end of the file that is moved, I think you can strip it: > > > > dpdk/.git/rebase-apply/patch:94: new blank line at EOF. > > + > > OK, thanks Applied, thanks