[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-22 Thread Thomas Monjalon
2016-08-09 14:01, xu, huilong: > when compile different targets on a same environment. > The second compile will failed, because test_resource obj file > can't auto clearn by makfile. I don't understand the error. Please provide commands and output.

[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-19 Thread Xu, HuilongX
Hi Brue, Thanks a lot for your comments. I will send V2 patch. > -Original Message- > From: Richardson, Bruce > Sent: Tuesday, August 09, 2016 4:27 PM > To: Xu, HuilongX > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] mk:fix second compile error > > On Tu

[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-11 Thread Xu, HuilongX
Hi Thomas, Could you give me some comments about this patch. Thanks a lot > -Original Message- > From: Xu, HuilongX > Sent: Tuesday, August 09, 2016 2:02 PM > To: dev at dpdk.org > Cc: Xu, HuilongX > Subject: [dpdk-dev][PATCH] mk:fix second compile error > > when c

[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-09 Thread xu,huilong
when compile different targets on a same environment. The second compile will failed, because test_resource obj file can't auto clearn by makfile. Signed-off-by: xu,huilong --- mk/rte.app.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/rte.app.mk b/mk/rte.app.mk index

[dpdk-dev] [PATCH] mk:fix second compile error

2016-08-09 Thread Bruce Richardson
On Tue, Aug 09, 2016 at 02:01:58PM +0800, xu,huilong wrote: > when compile different targets on a same environment. > The second compile will failed, because test_resource obj file > can't auto clearn by makfile. > > Signed-off-by: xu,huilong > --- > mk/rte.app.mk | 3 ++- > 1 file changed, 2 in