From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 10/10] app/proc_info: rename binary with prefix Date: Wed, 2 Dec 2015 04:57:56 +0100 Message-ID: <1449028676-19232-11-git-send-email-thomas.monjalon@6wind.com> References: <1449028676-19232-1-git-send-email-thomas.monjalon@6wind.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 311F58E5B for ; Wed, 2 Dec 2015 04:59:31 +0100 (CET) Received: by wmww144 with SMTP id w144so39977689wmw.0 for ; Tue, 01 Dec 2015 19:59:31 -0800 (PST) In-Reply-To: <1449028676-19232-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" In order to be installed system-wise, this application needs a prefix. So it makes clear that it is DPDK related. Signed-off-by: Thomas Monjalon --- app/proc_info/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proc_info/Makefile b/app/proc_info/Makefile index 243b060..33e058e 100644 --- a/app/proc_info/Makefile +++ b/app/proc_info/Makefile @@ -31,7 +31,7 @@ include $(RTE_SDK)/mk/rte.vars.mk -APP = proc_info +APP = dpdk_proc_info CFLAGS += $(WERROR_FLAGS) -- 2.5.2