Blame SOURCES/ruby-1.9.3-mkmf-verbose.patch

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