summaryrefslogtreecommitdiff
path: root/BSDmakefile
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 /BSDmakefile
parent4a1005ce768242dfb88b9d785dc35c522a0a5a58 (diff)
use ADK_VERBOSE to be more consistent.
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BSDmakefile b/BSDmakefile
index d7f7992aa..ddf869106 100644
--- a/BSDmakefile
+++ b/BSDmakefile
@@ -19,7 +19,7 @@ ${.TARGETS}: _subdir
_subdir: ${_subdir_dep}
cd ${.CURDIR}/${subdir} && ADK_TOPDIR=${.CURDIR} DEVELOPER=1 \
- ${GMAKE} VERBOSE=1 ${.MFLAGS} ${_subdir}
+ ${GMAKE} ADK_VERBOSE=1 ${.MFLAGS} ${_subdir}
. include "${.CURDIR}/prereq.mk"
.else