You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
592 B
25 lines
592 B
From 28cc0749d6729aa2444661ee7b411e183fe220b0 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 682eb46..e6b1445 100644 |
|
--- a/lib/mkmf.rb |
|
+++ b/lib/mkmf.rb |
|
@@ -1930,7 +1930,7 @@ def configuration(srcdir) |
|
SHELL = /bin/sh |
|
|
|
# V=0 quiet, V=1 verbose. other values don't work. |
|
-V = 0 |
|
+V = 1 |
|
Q1 = $(V:1=) |
|
Q = $(Q1:0=@) |
|
ECHO1 = $(V:1=@ #{CONFIG['NULLCMD']}) |
|
-- |
|
1.8.3.1 |
|
|
|
|