[dpdk-dev] [PATCH 0/7] Add hierarchical support to make install
Mario Carrillo
mario.alfredo.c.arevalo at intel.com
Fri Sep 18 22:33:03 CEST 2015
DPDK package lacks of a mechanism to install libraries, headers
applications and kernel modules to a file system tree.
This patch set allows to install files according to the next
proposal:
http://www.freedesktop.org/software/systemd/man/file-hierarchy.html
By adding a parameter H=1 (hierarchy-file) to makefile system, it is
possible to do the next steps
make config T=TARGET
make
make install H=1
and files will be installed on the proper directory. Also you can use
the DESTDIR variable.
Mario Carrillo (7):
mk: Add hierarchy-file support
mk: Add hierarchy-file support (sbin)
mk: Add hierarchy-file support (doc)
mk: Add hierarchy-file support (app)
mk: Add hierarchy-file support (include)
mk: Add hierarchy-file support (lib)
mk: Add hierarchy-file support (linux mod)
mk/internal/rte.install-post.mk | 15 +++++++++++-
mk/rte.app.mk | 8 +++++++
mk/rte.lib.mk | 16 +++++++++++++
mk/rte.module.mk | 8 +++++++
mk/rte.sdkinstall.mk | 52 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 1 deletion(-)
--
2.1.0
More information about the dev
mailing list