mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/mkmf.rb: add dummy clean-static target to prevent errors for the
case real clean-static target doesn't exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3f4b0e17f4
commit
720dc30458
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jun 12 23:45:36 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/mkmf.rb: add dummy clean-static target to prevent errors for the
|
||||||
|
case real clean-static target doesn't exist.
|
||||||
|
|
||||||
Tue Jun 12 22:49:42 2012 Naohisa Goto <ngotogenome@gmail.com>
|
Tue Jun 12 22:49:42 2012 Naohisa Goto <ngotogenome@gmail.com>
|
||||||
|
|
||||||
* process.c (rb_exec_arg_fixup): fix compile error
|
* process.c (rb_exec_arg_fixup): fix compile error
|
||||||
|
|
|
@ -2382,6 +2382,7 @@ MESSAGE
|
||||||
|
|
||||||
sep = config_string('BUILD_FILE_SEPARATOR') {|s| ":/=#{s}" if s != "/"} || ""
|
sep = config_string('BUILD_FILE_SEPARATOR') {|s| ":/=#{s}" if s != "/"} || ""
|
||||||
CLEANINGS = "
|
CLEANINGS = "
|
||||||
|
clean-static::
|
||||||
clean-rb-default::
|
clean-rb-default::
|
||||||
clean-rb::
|
clean-rb::
|
||||||
clean-so::
|
clean-so::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue