From b05588ed6bdc77ef922b78ab91b4dac66a2aa52d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Dec 2014 21:53:41 -0600 Subject: use ADK_VERBOSE to be more consistent. --- docs/common-usage.txt | 2 +- docs/make-tips.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/common-usage.txt b/docs/common-usage.txt index bd842370c..28d04da41 100644 --- a/docs/common-usage.txt +++ b/docs/common-usage.txt @@ -72,7 +72,7 @@ to +make+. * +ADK_TARGET_ARCH+, the architecture of the target system * +ADK_TARGET_SYSTEM+, the embedded target system name * +ADK_TARGET_LIBC+, the C library for the target system -* +VERBOSE+, verbose build, when set to 1 +* +ADK_VERBOSE+, verbose build, when set to 1 An example that creates a configuration file for Raspberry PI with all software packages enabled, but not included in the resulting firmware image: diff --git a/docs/make-tips.txt b/docs/make-tips.txt index 9d647cbea..95cf7914b 100644 --- a/docs/make-tips.txt +++ b/docs/make-tips.txt @@ -22,7 +22,7 @@ The result of the search shows the help message of the matching items. or -------------------- - $ make VERBOSE=1 + $ make ADK_VERBOSE=1 -------------------- .Display all available targets: -- cgit v1.2.3