mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e1949185d3
commit
a01112eafe
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jan 06 05:11:15 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Mon Jan 6 02:32:46 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
Mon Jan 6 02:32:46 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||||
|
|
||||||
* struct.c (make_struct): needs meta class.
|
* struct.c (make_struct): needs meta class.
|
||||||
|
|
|
@ -11,6 +11,10 @@ $extobjs = nil
|
||||||
$ignore = nil
|
$ignore = nil
|
||||||
$message = nil
|
$message = nil
|
||||||
|
|
||||||
|
$progname = $0
|
||||||
|
alias $PROGRAM_NAME $0
|
||||||
|
alias $0 $progname
|
||||||
|
|
||||||
$extlist = []
|
$extlist = []
|
||||||
|
|
||||||
$:.replace ["."]
|
$:.replace ["."]
|
||||||
|
@ -78,7 +82,7 @@ def extmake(target)
|
||||||
# ignore
|
# ignore
|
||||||
ensure
|
ensure
|
||||||
rm_f "conftest*"
|
rm_f "conftest*"
|
||||||
$0 = __FILE__
|
$0 = $PROGRAM_NAME
|
||||||
Config::CONFIG["srcdir"] = $top_srcdir
|
Config::CONFIG["srcdir"] = $top_srcdir
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue