diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-22 10:10:40 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-22 10:10:40 +0100 |
| commit | d18bf841d7c4867c06862147122de5cc2f01b4c6 (patch) | |
| tree | 7da8495a47fb6a8ef9fc762421a81f12f7292cc4 /docs | |
| parent | b390eafdcf03f34ac6e2c22be43c27fbc93f01f0 (diff) | |
| parent | f919a87612241c71e924588610f22260a3e9370e (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/common-usage.txt | 5 | ||||
| -rw-r--r-- | docs/make-tips.txt | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/common-usage.txt b/docs/common-usage.txt index c02b65965..28d04da41 100644 --- a/docs/common-usage.txt +++ b/docs/common-usage.txt @@ -70,10 +70,9 @@ OpenADK also honors some environment variables, when they are passed to +make+. * +ADK_TARGET_ARCH+, the architecture of the target system -* +ADK_TARGET_SYSTEM+, the target system name +* +ADK_TARGET_SYSTEM+, the embedded target system name * +ADK_TARGET_LIBC+, the C library for the target system -* +ADK_TARGET_COLLECTION+, the package collection, which will be used -* +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 <target> + $ make ADK_VERBOSE=1 <target> -------------------- .Display all available targets: |
