From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add default values of install variables Date: Mon, 27 Feb 2017 15:43:07 +0100 Message-ID: <7049039.MobhiAXRFn@xps13> References: <1487347156-4441-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Mcnamara, John" Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 3B4512BB2 for ; Mon, 27 Feb 2017 15:43:09 +0100 (CET) Received: by mail-wr0-f175.google.com with SMTP id g10so53649381wrg.2 for ; Mon, 27 Feb 2017 06:43:09 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The variables DESTDIR and prefix are used with "make install" > > to copy the files in $DESTDIR$prefix. > > Their default values will be shown when calling "make help". > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied