From 98222315729eada5fc62bde5c61c81946b9205bc Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Fri, 17 Feb 2017 16:55:40 +0100 Subject: [PATCH] doc: add default values of install variables 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 --- 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 967ff09530..57356d3594 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.20.1