[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-06-07 Thread Thomas Monjalon
2016-05-31 14:35, Ferruh Yigit: > On 5/30/2016 5:46 PM, Ferruh Yigit wrote: > > On 5/30/2016 5:21 PM, Olivier Matz wrote: > >> Hi Ferruh, > >> > >> On 05/30/2016 05:49 PM, Ferruh Yigit wrote: > >>> On 5/30/2016 12:56 PM, Olivier Matz wrote: > The $(comma) variable is not defined in this Makefi

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-31 Thread Olivier MATZ
Hi Ferruh, On 05/31/2016 03:35 PM, Ferruh Yigit wrote: > Error is related to the kernel version, in second call "comma" > definition comes from kernel makefiles. > > Following commit causes comma to be defined: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=371fdc77a

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-31 Thread Ferruh Yigit
On 5/30/2016 5:46 PM, Ferruh Yigit wrote: > On 5/30/2016 5:21 PM, Olivier Matz wrote: >> Hi Ferruh, >> >> On 05/30/2016 05:49 PM, Ferruh Yigit wrote: >>> On 5/30/2016 12:56 PM, Olivier Matz wrote: The $(comma) variable is not defined in this Makefile, nor in any included Makefile. Seen wh

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-30 Thread Olivier Matz
Hi Ferruh, On 05/30/2016 05:49 PM, Ferruh Yigit wrote: > On 5/30/2016 12:56 PM, Olivier Matz wrote: >> The $(comma) variable is not defined in this Makefile, nor in >> any included Makefile. Seen while doing a "make clean" on ubuntu: >> >> $ make clean >> == Clean lib >> == Clean lib/librte_

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-30 Thread Ferruh Yigit
On 5/30/2016 5:21 PM, Olivier Matz wrote: > Hi Ferruh, > > On 05/30/2016 05:49 PM, Ferruh Yigit wrote: >> On 5/30/2016 12:56 PM, Olivier Matz wrote: >>> The $(comma) variable is not defined in this Makefile, nor in >>> any included Makefile. Seen while doing a "make clean" on ubuntu: >>> >>> $ m

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-30 Thread Ferruh Yigit
On 5/30/2016 12:56 PM, Olivier Matz wrote: > The $(comma) variable is not defined in this Makefile, nor in > any included Makefile. Seen while doing a "make clean" on ubuntu: > > $ make clean > == Clean lib > == Clean lib/librte_compat > == Clean lib/librte_eal > == Clean lib/librte_eal/

[dpdk-dev] [PATCH] kni: fix use of undefined comma variable in makefile

2016-05-30 Thread Olivier Matz
The $(comma) variable is not defined in this Makefile, nor in any included Makefile. Seen while doing a "make clean" on ubuntu: $ make clean == Clean lib == Clean lib/librte_compat == Clean lib/librte_eal == Clean lib/librte_eal/common == Clean lib/librte_eal/linuxapp == Clean lib/li