From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id BEA452A66 for ; Fri, 18 Sep 2015 22:32:57 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 18 Sep 2015 13:32:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,554,1437462000"; d="scan'208";a="772118369" Received: from mcarril6-mobl.zpn.intel.com ([10.219.16.35]) by orsmga001.jf.intel.com with ESMTP; 18 Sep 2015 13:32:56 -0700 From: Mario Carrillo To: dev@dpdk.org Date: Fri, 18 Sep 2015 15:33:03 -0500 Message-Id: <1442608390-12537-1-git-send-email-mario.alfredo.c.arevalo@intel.com> X-Mailer: git-send-email 2.1.0 Subject: [dpdk-dev] [PATCH 0/7] Add hierarchical support to make install X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 20:32:58 -0000 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