Skip to content

Commit

Permalink
update mkmf-verbose.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed May 1, 2014
1 parent 38c47f7 commit 2a66c8d
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions mkmf-verbose.patch
@@ -1,11 +1,25 @@
--- ruby-1.9.3-p0/lib/mkmf.rb.debug 2011-08-11 15:07:37.000000000 +0900
+++ ruby-1.9.3-p0/lib/mkmf.rb 2012-01-29 21:34:17.000000000 +0900
@@ -1638,7 +1638,7 @@
From ec16398159a161fc77436b4855d489f193b2515b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
Date: Mon, 19 Nov 2012 15:14:51 +0100
Subject: [PATCH] Verbose mkmf.

---
lib/mkmf.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 4b6c52e..67a15ee 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -1777,7 +1777,7 @@ SRC
SHELL = /bin/sh

# V=0 quiet, V=1 verbose. other values don't work.
-V = 0
+V = 1
Q1 = $(V:1=)
Q = $(Q1:0=@)
n=$(NULLCMD)
ECHO1 = $(V:1=@#{CONFIG['NULLCMD']})
--
1.8.1.2

0 comments on commit 2a66c8d

Please sign in to comment.