summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-19 21:53:41 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-19 21:53:41 -0600
commitb05588ed6bdc77ef922b78ab91b4dac66a2aa52d (patch)
tree1132cda8b195bdfa466054d7cf31ec8291544814 /Makefile
parent4a1005ce768242dfb88b9d785dc35c522a0a5a58 (diff)
use ADK_VERBOSE to be more consistent.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d12418e35..91d991518 100644
--- a/Makefile
+++ b/Makefile
@@ -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:'