mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* Makefile.in (RBCONFIG): Moved from common.mk in order to use the
variable in Makefile.in. * win32/Makefie.sub (RBCONFIG): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f9d7df33a1
commit
275a9dcb8c
4 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
Fri Jan 4 20:17:06 2013 Yuki Yugui Sonoda <yugui@yugui.jp>
|
||||||
|
|
||||||
|
* Makefile.in (RBCONFIG): Moved from common.mk in order to use the
|
||||||
|
variable in Makefile.in.
|
||||||
|
|
||||||
|
* win32/Makefie.sub (RBCONFIG): Ditto.
|
||||||
|
|
||||||
Fri Jan 4 19:45:50 2013 Yuki Yugui Sonoda <yugui@yugui.jp>
|
Fri Jan 4 19:45:50 2013 Yuki Yugui Sonoda <yugui@yugui.jp>
|
||||||
|
|
||||||
* common.mk (run, parse): Use BTESTRUBY instead of MINIRUBY to handle
|
* common.mk (run, parse): Use BTESTRUBY instead of MINIRUBY to handle
|
||||||
|
|
|
@ -169,6 +169,7 @@ MKMAIN_CMD = mkmain.sh
|
||||||
|
|
||||||
NEWLINE_C = newline.c
|
NEWLINE_C = newline.c
|
||||||
MINIPRELUDE_C = miniprelude.c
|
MINIPRELUDE_C = miniprelude.c
|
||||||
|
RBCONFIG = .rbconfig.time
|
||||||
|
|
||||||
SRC_FILE = $<
|
SRC_FILE = $<
|
||||||
OS_SRC_FILE = $<
|
OS_SRC_FILE = $<
|
||||||
|
|
|
@ -21,7 +21,6 @@ RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
|
||||||
STATIC_RUBY = static-ruby
|
STATIC_RUBY = static-ruby
|
||||||
|
|
||||||
EXTCONF = extconf.rb
|
EXTCONF = extconf.rb
|
||||||
RBCONFIG = ./.rbconfig.time
|
|
||||||
LIBRUBY_EXTS = ./.libruby-with-ext.time
|
LIBRUBY_EXTS = ./.libruby-with-ext.time
|
||||||
REVISION_H = ./.revision.time
|
REVISION_H = ./.revision.time
|
||||||
PLATFORM_D = ./$(PLATFORM_DIR)/.time
|
PLATFORM_D = ./$(PLATFORM_DIR)/.time
|
||||||
|
|
|
@ -390,6 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c
|
||||||
!else
|
!else
|
||||||
MINIPRELUDE_C = miniprelude.c
|
MINIPRELUDE_C = miniprelude.c
|
||||||
!endif
|
!endif
|
||||||
|
RBCONFIG = .rbconfig.time
|
||||||
|
|
||||||
!include $(srcdir)/common.mk
|
!include $(srcdir)/common.mk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue