aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-11-13 21:33:22 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-11-13 21:33:22 +0400
commit5b9bc9bc275a552c623c4b28dfba55c5682c5026 (patch)
treea58dcde788d0888aa1e097a318fbd9151aa1c240
parent46722bc7356ba66a6d58df6163f560832565fffd (diff)
downloadcibs-5b9bc9bc275a552c623c4b28dfba55c5682c5026.tar.gz
autotools.mk: pass V=1 to disable silent rules
-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: