diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 21:33:22 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-11-13 21:33:22 +0400 |
commit | 5b9bc9bc275a552c623c4b28dfba55c5682c5026 (patch) | |
tree | a58dcde788d0888aa1e097a318fbd9151aa1c240 | |
parent | 46722bc7356ba66a6d58df6163f560832565fffd (diff) | |
download | cibs-5b9bc9bc275a552c623c4b28dfba55c5682c5026.tar.gz |
autotools.mk: pass V=1 to disable silent rules
-rw-r--r-- | rules/autotools.mk | 2 |
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: |