Skip to content

Commit

Permalink
* Makefile.in (RBCONFIG): Moved from common.mk in order to use the
Browse files Browse the repository at this point in the history
  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
  • Loading branch information
yugui committed Jan 4, 2013
1 parent f9d7df3 commit 275a9dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ MKMAIN_CMD = mkmain.sh

NEWLINE_C = newline.c
MINIPRELUDE_C = miniprelude.c
RBCONFIG = .rbconfig.time

SRC_FILE = $<
OS_SRC_FILE = $<
Expand Down
1 change: 0 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions win32/Makefile.sub
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ MINIPRELUDE_C = $(srcdir)/miniprelude.c
!else
MINIPRELUDE_C = miniprelude.c
!endif
RBCONFIG = .rbconfig.time

!include $(srcdir)/common.mk

Expand Down

0 comments on commit 275a9dc

Please sign in to comment.