mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb: Properly pass the given target to
make(1). [pointed out by eban] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cf1575f17d
commit
0d572fc9b7
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Nov 5 00:46:04 2002 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/extmk.rb: Properly pass the given target to
|
||||
make(1). [pointed out by eban]
|
||||
|
||||
Mon Nov 4 20:03:53 2002 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of
|
||||
|
|
|
@ -111,6 +111,7 @@ $dryrun = mflags.include?(?n)
|
|||
|
||||
unless $message
|
||||
if $message = ARGV.shift and /^[a-z]+$/ =~ $message
|
||||
$mflags.push($message)
|
||||
$message = $message.sub(/^(?:dist|real)(?=(?:clean)?$)/, '\1')
|
||||
case $message
|
||||
when "clean"
|
||||
|
|
Loading…
Add table
Reference in a new issue