[dpdk-dev] [PATCH] kni: fix missing backslash in Makefile

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Aug 1 21:28:53 CEST 2014


Hi Julien,

2014-08-01 18:56, Julien Cretin:
> With GNU Make 3.81 on Ubuntu 14.04, I get:
> lib/librte_eal/linuxapp/kni/Makefile:49: *** unterminated call to function `shell': missing `)'.  Stop.
> 
> Signed-off-by: Julien Cretin <julien.cretin at trust-in-soft.com>

> -UBUNTU_KERNEL_CODE := $(shell cut -d' ' -f2 /proc/version_signature |
> +UBUNTU_KERNEL_CODE := $(shell cut -d' ' -f2 /proc/version_signature | \
>                          cut -d- -f1,2 | tr .- $(comma))

My fault, I forgot the backslash when splitting line.

Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>

Applied.

Thanks for the quick test and report.
-- 
Thomas


More information about the dev mailing list