[dpdk-dev] [PATCH] mk: Fix examples install path

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Dec 23 22:37:45 CET 2015


Hi,

2015-12-22 14:13, Christian Ehrhardt:
> Depending on non-doc targets being built before and the setting of DESTDIR
> the examples dir could in some cases not end up in the right target.
> Reason is just a typo variable reference in the copy target.
[...]
> -	$(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(datadir)
> +	$(Q)cp -a $(RTE_SDK)/examples $(DESTDIR)$(docdir)

No, it was not a typo.
Do you really think the examples code should be in the doc dir
(i.e. /usr/share/doc/dpdk) instead of datadir (i.e. /usr/share/dpdk)?


More information about the dev mailing list