]> git.pld-linux.org Git - packages/ruby.git/blame - mkmf-verbose.patch
up to 2.0.0p598
[packages/ruby.git] / mkmf-verbose.patch
CommitLineData
2a66c8dd
ER
1From ec16398159a161fc77436b4855d489f193b2515b Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch@redhat.com>
3Date: Mon, 19 Nov 2012 15:14:51 +0100
4Subject: [PATCH] Verbose mkmf.
5
6---
7 lib/mkmf.rb | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/lib/mkmf.rb b/lib/mkmf.rb
11index 4b6c52e..67a15ee 100644
12--- a/lib/mkmf.rb
13+++ b/lib/mkmf.rb
14@@ -1777,7 +1777,7 @@ SRC
b5465d0c
ER
15 SHELL = /bin/sh
16
17 # V=0 quiet, V=1 verbose. other values don't work.
18-V = 0
19+V = 1
20 Q1 = $(V:1=)
21 Q = $(Q1:0=@)
2a66c8dd
ER
22 ECHO1 = $(V:1=@#{CONFIG['NULLCMD']})
23--
241.8.1.2
25
This page took 0.284553 seconds and 4 git commands to generate.