From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/13] standard make install Date: Sun, 06 Dec 2015 16:00:43 +0100 Message-ID: <2203110.GvrfrSESRx@xps13> References: <1449118929-19962-1-git-send-email-thomas.monjalon@6wind.com> <1449150340-21984-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 41D4591B5 for ; Sun, 6 Dec 2015 16:01:55 +0100 (CET) Received: by wmec201 with SMTP id c201so133308278wme.0 for ; Sun, 06 Dec 2015 07:01:55 -0800 (PST) In-Reply-To: <1449150340-21984-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-03 14:45, Thomas Monjalon: > Following the recent discussions, this is a proposal to have a standard > installation process while keeping compatibility with most of the old > behaviours. [...] > Thomas Monjalon (13): > mk: remove testall > mk: remove multi-target install > mk: move installation procedure in install rule > mk: install a standard cutomizable tree > mk: introduce new install syntax > mk: split install rule > mk: install kernel modules > mk: install binding tool in sbin directory > mk: install doc > mk: install examples > app/proc_info: rename binary with prefix > pkg: update RPM with standard install > maintainers: take responsibility for build system Applied