aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules/autotools.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/autotools.mk b/rules/autotools.mk
index bec3042..ef3a0e8 100644
--- a/rules/autotools.mk
+++ b/rules/autotools.mk
@@ -56,7 +56,7 @@ configure-%-stamp:
touch $@
build-%-stamp:
- cd "$(builddir)" && $(MAKE) $(make-jobs:%=-j%)
+ cd "$(builddir)" && $(MAKE) $(make-jobs:%=-j%) V=1
touch $@
install-%-stamp: