* 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
@ -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>
|
Mon Nov 4 20:03:53 2002 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of
|
* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of
|
||||||
|
@ -111,6 +111,7 @@ $dryrun = mflags.include?(?n)
|
|||||||
|
|
||||||
unless $message
|
unless $message
|
||||||
if $message = ARGV.shift and /^[a-z]+$/ =~ $message
|
if $message = ARGV.shift and /^[a-z]+$/ =~ $message
|
||||||
|
$mflags.push($message)
|
||||||
$message = $message.sub(/^(?:dist|real)(?=(?:clean)?$)/, '\1')
|
$message = $message.sub(/^(?:dist|real)(?=(?:clean)?$)/, '\1')
|
||||||
case $message
|
case $message
|
||||||
when "clean"
|
when "clean"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user