DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] How to customize the files in DPDK installed dir?
@ 2017-09-12  1:53 Yan, Liming (NSB - CN/Hangzhou)
  2017-09-12 20:19 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Yan, Liming (NSB - CN/Hangzhou) @ 2017-09-12  1:53 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] How to customize the files in DPDK installed dir?
  2017-09-12  1:53 [dpdk-users] How to customize the files in DPDK installed dir? Yan, Liming (NSB - CN/Hangzhou)
@ 2017-09-12 20:19 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-09-12 20:19 UTC (permalink / raw)
  To: Yan, Liming (NSB - CN/Hangzhou); +Cc: users

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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-12 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-12  1:53 [dpdk-users] How to customize the files in DPDK installed dir? Yan, Liming (NSB - CN/Hangzhou)
2017-09-12 20:19 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).