Re: [dpdk-users] How to customize the files in DPDK installed dir?

2017-09-12 Thread Thomas Monjalon
12/09/2017 03:53, Yan, Liming (NSB - CN/Hangzhou):
> Hi,
>  I have a question about DPDK installation.   Could anyone please help me?   
> Thanks.
> After I run command 'make install T=${RTE_TARGET} 
> DESTDIR=/work/dpdk1705/install', all files are installed in 
> /work/dpdk1705/install as following.   But if I don't need the 
> 'share/dpdk/examples', how can I remove it?   I didn't find the place where I 
> can change this.Changing dpdk.spec seems does not take effect.

See this file:
http://dpdk.org/browse/dpdk/tree/mk/rte.sdkinstall.mk

Examples are part of install-doc which is part of "make install".

Note: you probably do not want to use T= with install.
See also "make help"


[dpdk-users] How to customize the files in DPDK installed dir?

2017-09-11 Thread Yan, Liming (NSB - CN/Hangzhou)
Hi,
 I have a question about DPDK installation.   Could anyone please help me?   
Thanks.
After I run command 'make install T=${RTE_TARGET} 
DESTDIR=/work/dpdk1705/install', all files are installed in 
/work/dpdk1705/install as following.   But if I don't need the 
'share/dpdk/examples', how can I remove it?   I didn't find the place where I 
can change this.Changing dpdk.spec seems does not take effect.

limiyan@conwks006:~/work/dpdk1705/install$ ls -al
total 28
drwxr-xr-x  7 root root 4096 Sep 11 10:09 .
drwxrwxr-x 17 root root 4096 Sep 11 10:09 ..
drwxr-xr-x  2 root root 4096 Sep 11 10:41 bin
drwxr-xr-x  3 root root 4096 Sep 11 10:09 include
drwxr-xr-x  2 root root 4096 Sep 11 10:09 lib
drwxr-xr-x  2 root root 4096 Sep 11 10:41 sbin
drwxr-xr-x  3 root root 4096 Sep 11 10:09 share

limiyan@conwks006:~/work/dpdk1705/install/share/dpdk$ ls -al
total 28
drwxr-xr-x  7 root root 4096 Sep 11 10:09 .
drwxr-xr-x  3 root root 4096 Sep 11 10:09 ..
drwxrwxr-x  3 root root 4096 Sep  7 16:14 buildtools
drwxrwxr-x 43 root root 4096 Sep  7 16:14 examples
drwxrwxr-x  8 root root 4096 Sep  7 16:14 mk
drwxrwxr-x  2 root root 4096 Sep  7 16:14 usertools
drwxr-xr-x  3 root root 4096 Sep 11 10:41 x86_64-native-linuxapp-gcc