[dpdk-dev] [PATCH v3 06/13] mk: split install rule

2015-12-08 Thread Thomas Monjalon
Hi, 2015-12-07 23:22, Arevalo, Mario Alfredo C: > Hi Thomas, > > I'm testing this set of patches that has been applied, and I haven't noticed > before > that you exclude some binaries in "install-runtime" (test, testpipeline, > testacl etc...), I would like > to ask you the reason about this :)

[dpdk-dev] [PATCH v3 06/13] mk: split install rule

2015-12-07 Thread Arevalo, Mario Alfredo C
Hi Thomas, I'm testing this set of patches that has been applied, and I haven't noticed before that you exclude some binaries in "install-runtime" (test, testpipeline, testacl etc...), I would like to ask you the reason about this :) Thanks. Mario. From

[dpdk-dev] [PATCH v3 06/13] mk: split install rule

2015-12-03 Thread Thomas Monjalon
Provides new sub-rules to install runtime and sdk separately. The build directory must be changed from BUILD_DIR to O in install rules to avoid a bad recursive effect (O being BUILD_DIR being O + T). Suggested-by: Mario Carrillo Signed-off-by: Thomas Monjalon Acked-by: Panu Matilainen --- mk/