[dpdk-dev] [PATCH] mk: add missing scripts directory in install directory

2014-05-16 Thread Thomas Monjalon
2014-05-09 15:31, David Marchand: > Trying to install headers for an external library using DPDK exported > makefile rte.extshared.mk results in following error : > > $ cd dpdk > $ make install DESTDIR=/home/marchand/myapp/staging/plop > T=x86_64-default-linuxapp-gcc $ cd ~/myapp > $ make RTE_SDK=

[dpdk-dev] [PATCH] mk: add missing scripts directory in install directory

2014-05-09 Thread David Marchand
Trying to install headers for an external library using DPDK exported makefile rte.extshared.mk results in following error : $ cd dpdk $ make install DESTDIR=/home/marchand/myapp/staging/plop T=x86_64-default-linuxapp-gcc $ cd ~/myapp $ make RTE_SDK=/home/marchand/myapp/staging/plop RTE_TARGET=x