public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
Solaris should use 'gmake'.

Signed-off-by: Marius Nuennerich <marius@nuenneri.ch>
rnicholson (author)
Sun Apr 13 14:22:43 -0700 2008
Marius (committer)
Mon Apr 14 12:33:37 -0700 2008
commit  97188f4992d1878a6867ca52f5e74beec09cb332
tree    44d700689672592e881d2e68d083e87dbed06271
parent  d72c609ce4567d7a7fdfd2ee4713ac07033c81db
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ def clear_compiler
0
 end
0
 
0
 def make(args = nil)
0
- if RUBY_PLATFORM =~ /bsd/
0
+ if RUBY_PLATFORM =~ /bsd|solaris/
0
     gmake = 'gmake'
0
   else
0
     gmake = 'make'

Comments

    No one has commented yet.