]> git.pld-linux.org Git - packages/ruby.git/blob - mkmf-verbose.patch
strip ccache from CC and CXX in rbconfig.rb
[packages/ruby.git] / mkmf-verbose.patch
1 --- ruby-1.9.3-p0/lib/mkmf.rb.debug     2011-08-11 15:07:37.000000000 +0900
2 +++ ruby-1.9.3-p0/lib/mkmf.rb   2012-01-29 21:34:17.000000000 +0900
3 @@ -1638,7 +1638,7 @@
4  SHELL = /bin/sh
5  
6  # V=0 quiet, V=1 verbose.  other values don't work.
7 -V = 0
8 +V = 1
9  Q1 = $(V:1=)
10  Q = $(Q1:0=@)
11  n=$(NULLCMD)
This page took 0.052573 seconds and 3 git commands to generate.