ef51c4
From 28cc0749d6729aa2444661ee7b411e183fe220b0 Mon Sep 17 00:00:00 2001
ef51c4
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
ef51c4
Date: Mon, 19 Nov 2012 15:14:51 +0100
ef51c4
Subject: [PATCH] Verbose mkmf.
ef51c4
ef51c4
---
ef51c4
 lib/mkmf.rb | 2 +-
ef51c4
 1 file changed, 1 insertion(+), 1 deletion(-)
ef51c4
ef51c4
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
ef51c4
index 682eb46..e6b1445 100644
ef51c4
--- a/lib/mkmf.rb
ef51c4
+++ b/lib/mkmf.rb
ef51c4
@@ -1930,7 +1930,7 @@ def configuration(srcdir)
ef51c4
 SHELL = /bin/sh
ef51c4
 
ef51c4
 # V=0 quiet, V=1 verbose.  other values don't work.
ef51c4
-V = 0
ef51c4
+V = 1
ef51c4
 Q1 = $(V:1=)
ef51c4
 Q = $(Q1:0=@)
ef51c4
 ECHO1 = $(V:1=@ #{CONFIG['NULLCMD']})
ef51c4
-- 
ef51c4
1.8.3.1
ef51c4