]> git.pld-linux.org Git - packages/ruby.git/commitdiff
rediff patches
authorJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 11:59:38 +0000 (11:59 +0000)
committerJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 11:59:38 +0000 (11:59 +0000)
mkmf-verbose.patch
strip-ccache.patch

index ccbd97201808694ba6eca90a005b41ea06accc2a..eb9145c8bc7677c29bd1b82fb4bc8f3de890b6b8 100644 (file)
@@ -19,7 +19,7 @@ index 682eb46..e6b1445 100644
 +V = 1
  Q1 = $(V:1=)
  Q = $(Q1:0=@)
- ECHO1 = $(V:1=@#{CONFIG['NULLCMD']})
+ ECHO1 = $(V:1=@ #{CONFIG['NULLCMD']})
 -- 
 1.8.3.1
 
index 8c5528bf43481076c2df7a9895edd93b0ce4340f..394824faff37fe0aaa901ca17c5168f60b2dca92 100644 (file)
@@ -7,4 +7,4 @@
 +    when /^(CC|CXX)$/; val.sub!(/ccache /, '')
      when /^arch$/; if val.empty? then val = arch else arch = val end
      when /^sitearch$/; val = '$(arch)' if val.empty?
-     end
+     when /^DESTDIR$/; next
This page took 0.028343 seconds and 4 git commands to generate.