]> git.pld-linux.org Git - packages/ruby.git/commitdiff
update mkmf-verbose.patch
authorElan Ruusamäe <glen@delfi.ee>
Thu, 1 May 2014 12:54:56 +0000 (15:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 1 May 2014 12:54:56 +0000 (15:54 +0300)
mkmf-verbose.patch

index 7da66c8e6adaaee74489b86b4163a4956f42d716..de78ad872e5c342483e29f5778a557d1ebd95590 100644 (file)
@@ -1,6 +1,17 @@
---- 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.
@@ -8,4 +19,7 @@
 +V = 1
  Q1 = $(V:1=)
  Q = $(Q1:0=@)
- n=$(NULLCMD)
+ ECHO1 = $(V:1=@#{CONFIG['NULLCMD']})
+-- 
+1.8.1.2
+
This page took 0.044471 seconds and 4 git commands to generate.