summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-20 23:02:37 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-06-20 23:02:37 +0200
commitdeb22c93a87309f08a838118cc7db128df58e468 (patch)
tree69eea8046be119bfdc09a259988189eb3d098314 /Makefile.adk
parent10e3a2834cde618a1dbad34a1cdede62bdd7b6cf (diff)
developers like verbose output when single packages are rebuild, suggested by n0-1
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.adk b/Makefile.adk
index 8414b8109..85df7e0b5 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -17,7 +17,7 @@ ifneq (${subdir},)
${MAKECMDGOALS}: _subdir
_subdir: ${_subdir_dep}
- @cd ${subdir} && ADK_TOPDIR=${ADK_TOPDIR} DEVELOPER=1 \
+ cd ${subdir} && ADK_TOPDIR=${ADK_TOPDIR} DEVELOPER=1 ADK_VERBOSE=1 \
$(MAKE) ${MAKECMDGOALS}
else