Re: [dpdk-dev] [PATCH] usertools: fix build with gcc

2018-06-27 Thread Thomas Monjalon
21/06/2018 11:55, Bruce Richardson: > On Thu, Jun 21, 2018 at 09:35:41AM +, Choonho Son wrote: > > dpdk-setup.sh fails to build with lack of environment variable > > > > Build complete [x86_64-native-linuxapp-gcc] > > Installation cannot run with T defined and DESTDIR undefined > > > > Signed

Re: [dpdk-dev] [PATCH] usertools: fix build with gcc

2018-06-21 Thread Bruce Richardson
On Thu, Jun 21, 2018 at 09:35:41AM +, Choonho Son wrote: > dpdk-setup.sh fails to build with lack of environment variable > > Build complete [x86_64-native-linuxapp-gcc] > Installation cannot run with T defined and DESTDIR undefined > > Signed-off-by: Choonho Son > --- > usertools/dpdk-setu

[dpdk-dev] [PATCH] usertools: fix build with gcc

2018-06-21 Thread Choonho Son
dpdk-setup.sh fails to build with lack of environment variable Build complete [x86_64-native-linuxapp-gcc] Installation cannot run with T defined and DESTDIR undefined Signed-off-by: Choonho Son --- usertools/dpdk-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/us

[dpdk-dev] [PATCH] usertools: fix build with gcc

2018-06-21 Thread Choonho Son
If developer does not define DESTDIR variable, dpdk-setup.sh fails to build with lack of environment variable Build complete [x86_64-native-linuxapp-gcc] Installation cannot run with T defined and DESTDIR undefined Choonho Son (1): usertools: fix build with gcc usertools/dpdk-setup.sh | 3 ++