[前][次][番号順一覧][スレッド一覧]

ruby-changes:23632

From: nobu <ko1@a...>
Date: Fri, 18 May 2012 13:51:10 +0900 (JST)
Subject: [ruby-changes:23632] nobu:r35683 (trunk): * ext/extmk.rb (extmake): remove particular platform specific condition.

nobu	2012-05-18 13:50:09 +0900 (Fri, 18 May 2012)

  New Revision: 35683

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=35683

  Log:
    * ext/extmk.rb (extmake): remove particular platform specific condition.

  Modified files:
    trunk/ext/extmk.rb

Index: ext/extmk.rb
===================================================================
--- ext/extmk.rb	(revision 35682)
+++ ext/extmk.rb	(revision 35683)
@@ -224,7 +224,7 @@
     unless $destdir.to_s.empty? or $mflags.defined?("DESTDIR")
       args += [sysquote("DESTDIR=" + relative_from($destdir, "../"+prefix))]
     end
-    if $static and %r(\A-test-) !~ target and target != 'json' and ok
+    if $static and %r(\A-test-) !~ target and ok
       args += ["static"] unless $clean
       $extlist.push [$static, target, $target, $preload]
     end

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]