summaryrefslogtreecommitdiff
path: root/GNUmakefile
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 /GNUmakefile
parent4a1005ce768242dfb88b9d785dc35c522a0a5a58 (diff)
use ADK_VERBOSE to be more consistent.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 698c0ea68..1cd73044e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -16,7 +16,7 @@ ${MAKECMDGOALS}: _subdir
_subdir: ${_subdir_dep}
cd ${subdir} && ADK_TOPDIR=${ADK_TOPDIR} DEVELOPER=1 \
- make VERBOSE=1 ${MAKEFLAGS} ${MAKECMDGOALS}
+ make ADK_VERBOSE=1 ${MAKEFLAGS} ${MAKECMDGOALS}
include prereq.mk
else