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 <[email protected]> --- 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: <arch-machine-execenv-toolchain> templates in config/defconfig_* -- 2.7.0

