From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=fKg1dCXHnQWrXx0eDv00hQIC0OzeYtKHnfI9BI86gis=; b=KhCXGSwz2AbJ3fVp2PUrfDsN7KKO74zl96L5n5tAIw1tuLG4wizZagG0SIAZFGxCCg O+EZrfG644VsWPpTW1SgsO8Sm45LEvgr0wk1qtMG6Ke+X7UAfB10nyfcEllxZwK+gqm8 pvyn7rfRkWP68ELW06k2OFxD0HkJdC3L4Yx/IaV7/qsnvsoRo4RH98aJj5zMgWjhWb6Q eS/w7QvhjAoiRcDr93bTBKA8zQhoZAcPxgFFfTizVORYUNNzmTVUkuv4yQv5WuDTcQQp 4M4PyHPi+kWBCawG1RC96bNEmwagsb1cS034XvzhSRVuFQlGrg1ZTUYkQ7UIREs9sAHI GA4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=fKg1dCXHnQWrXx0eDv00hQIC0OzeYtKHnfI9BI86gis=; b=MBnJEbqxhtRjbq4omsnnk/Ag23ABBa3Uk5O9+ypsNi+ptj5gO4SS8ODIWvo6wJ7mxj 2upn8pbga0n9RQH+LJn1LVQjrgcqfdcyQlfpxuwJ2k2N8IqolBGXckVU0g6rcoBFWpVY 4DsH1vBbLxWVdJDlVnj9zu5ra8BceS0a0tpHThP/pwftmUn0gjHPPbuCkF/Qit/YPT5Y zv9ti3dchUuLBweX8s8V4CQ0EbTVdiXzoCfkyykZux6bSE7vZVeJ4SC0tgX2HN8fej6r QhDzceQb77Z6StWPJVJN+s0GGPGxjm3hIv+iV09S2gFfrz4wPGbJlagFcFEzh7SOTiXp +a7g== X-Gm-Message-State: ALoCoQmhhNPjfYiH58Sag20cbPyAkFV8qCBajYfNVzYt+7wW0Xv5rWYoKxfkYcWXAaV7ndFi6NUa X-Received: by 10.194.88.102 with SMTP id bf6mr31777348wjb.129.1449414115030; Sun, 06 Dec 2015 07:01:55 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id cw3sm20806316wjb.26.2015.12.06.07.01.53 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 07:01:53 -0800 (PST) From: Thomas Monjalon To: dev@dpdk.org Date: Sun, 06 Dec 2015 16:00:43 +0100 Message-ID: <2203110.GvrfrSESRx@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449150340-21984-1-git-send-email-thomas.monjalon@6wind.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 00/13] standard 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: Sun, 06 Dec 2015 15:01:55 -0000 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