mk: remove multi-target install
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Dec 2015 07:36:00 +0000 (08:36 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 6 Dec 2015 14:41:04 +0000 (15:41 +0100)
commit27f356c48da352287c4fab72a48d889a77b88db4
tree715f6df5f98c8a4e1f0a3ad25cb2101eddb948f0
parentfbae3cdd20d2752acd22d8bd0b28bd9e06dbd141
mk: remove multi-target install

The multi-target install create some subdirectories with the target name
which is not standard for a "make install" procedure.

The uninstall procedure cannot be applied properly (without removing
all files in a directory). It would need to pre-compute paths.
As it is a packaging issue, it is removed from the build system capabilities.

The variable BUILD_DIR is also renamed to RTE_OUTPUT used in other files.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Panu Matilainen <pmatilai@redhat.com>
doc/build-sdk-quick.txt
doc/guides/linux_gsg/build_dpdk.rst
doc/guides/prog_guide/dev_kit_root_make_help.rst
mk/rte.sdkinstall.mk
mk/rte.sdkroot.mk
tools/setup.sh