1
0
Fork 0
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:
yugui 2013-01-04 11:19:19 +00:00
parent f9d7df33a1
commit 275a9dcb8c
4 changed files with 9 additions and 1 deletions

View file

@ -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>
* common.mk (run, parse): Use BTESTRUBY instead of MINIRUBY to handle

View file

@ -169,6 +169,7 @@ MKMAIN_CMD = mkmain.sh
NEWLINE_C = newline.c
MINIPRELUDE_C = miniprelude.c
RBCONFIG = .rbconfig.time
SRC_FILE = $<
OS_SRC_FILE = $<

View file

@ -21,7 +21,6 @@ RUBYSPEC_GIT_URL = $(SPEC_GIT_BASE)/rubyspec.git
STATIC_RUBY = static-ruby
EXTCONF = extconf.rb
RBCONFIG = ./.rbconfig.time
LIBRUBY_EXTS = ./.libruby-with-ext.time
REVISION_H = ./.revision.time
PLATFORM_D = ./$(PLATFORM_DIR)/.time

View file

@ -390,6 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c
!else
MINIPRELUDE_C = miniprelude.c
!endif
RBCONFIG = .rbconfig.time
!include $(srcdir)/common.mk