* 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:
knu 2002-11-04 15:47:35 +00:00
parent cf1575f17d
commit 0d572fc9b7
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"