diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-19 21:53:41 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-19 21:53:41 -0600 |
commit | b05588ed6bdc77ef922b78ab91b4dac66a2aa52d (patch) | |
tree | 1132cda8b195bdfa466054d7cf31ec8291544814 /Makefile | |
parent | 4a1005ce768242dfb88b9d785dc35c522a0a5a58 (diff) |
use ADK_VERBOSE to be more consistent.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ all: .prereq_done checkreloc v: .prereq_done @(echo; echo "Build started on $$(LC_ALL=C LANGUAGE=C date)"; \ - set -x; ${_UNLIMIT} ${GMAKE_FMK} VERBOSE=1 all) 2>&1 | tee -a make.log + set -x; ${_UNLIMIT} ${GMAKE_FMK} ADK_VERBOSE=1 all) 2>&1 | tee -a make.log help: @echo 'Configuration targets:' |