[dpdk-dev] [PATCH] mk: fix install with minimal shell

2015-12-09 Thread Thomas Monjalon
2015-12-09 09:03, Thomas Monjalon: > Some shells like dash do not support the syntax {}: > {mk,scripts}: No such file or directory > > Reported-by: Thiago Martins > Reported-by: Piotr Bartosiewicz > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] mk: fix install with minimal shell

2015-12-09 Thread Thomas Monjalon
Some shells like dash do not support the syntax {}: {mk,scripts}: No such file or directory Reported-by: Thiago Martins Reported-by: Piotr Bartosiewicz Signed-off-by: Thomas Monjalon --- mk/rte.sdkinstall.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/rte.s