[dpdk-dev] [PATCH 0/3] real "make install" rule

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 26 15:36:07 CEST 2013


26/07/2013 15:13, Thomas Monjalon :
> The current "make install" rule don't install anything.
> It builds one or more targets with different configurations.
> 
> These patches allow to install only files needed to build and run a DPDK
> appplication. The old behaviour is kept for compatibility and the new
> behaviour is a second stage triggered by setting the DESTDIR variable.
> 
> So, the command "make install T=x86_64-default-linuxapp-gcc O=aaa
> DESTDIR=bbb" will build in aaa/x86_64-default-linuxapp-gcc/ and install in
> bbb/.
> 
> The install directory can then be used as RTE_SDK path to build an
> application.

all pushed

-- 
Thomas


More information about the dev mailing list