From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] doc: add default values of install variables Date: Fri, 17 Feb 2017 16:59:16 +0100 Message-ID: <1487347156-4441-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 B928C3B5 for ; Fri, 17 Feb 2017 16:59:21 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id v186so19138654wmd.0 for ; Fri, 17 Feb 2017 07:59:21 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 61sm13439340wrs.29.2017.02.17.07.59.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Feb 2017 07:59:20 -0800 (PST) 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 --- doc/build-sdk-quick.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 967ff09..57356d3 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -20,8 +20,8 @@ Build variables V verbose D debug dependencies O build directory (default: build/ - install T= default: ./) - DESTDIR staging install directory - prefix root install directory + DESTDIR staging install directory (default: empty) + prefix root install directory (default: /usr/local) T target template - used with config or install format: templates in config/defconfig_* -- 2.7.0