mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk ($(arch)-fake.rb): fix the path separator up for Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6deb75d25a
commit
20e7e86030
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Apr 20 16:18:17 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* common.mk ($(arch)-fake.rb): fix the path separator up for Windows.
|
||||||
|
|
||||||
Mon Apr 20 15:02:47 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Apr 20 15:02:47 2015 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* win32/win32.c (rb_w32_wreadlink): fixed a bug that a junction misses
|
* win32/win32.c (rb_w32_wreadlink): fixed a bug that a junction misses
|
||||||
|
|
|
@ -552,7 +552,7 @@ no-fake: PHONY
|
||||||
$(arch)-fake.rb: $(RBCONFIG) $(srcdir)/template/fake.rb.in $(srcdir)/tool/expand-config.rb rbconfig.rb
|
$(arch)-fake.rb: $(RBCONFIG) $(srcdir)/template/fake.rb.in $(srcdir)/tool/expand-config.rb rbconfig.rb
|
||||||
@$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
|
@$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.rb \
|
||||||
-output=$@ -mode=$(INSTALL_PROG_MODE) -expand -config=rbconfig.rb \
|
-output=$@ -mode=$(INSTALL_PROG_MODE) -expand -config=rbconfig.rb \
|
||||||
srcdir="$(srcdir)" BASERUBY="$(BASERUBY)" $(srcdir)/template/fake.rb.in
|
srcdir="$(srcdir)" BASERUBY="$(BASERUBY:\=/)" $(srcdir)/template/fake.rb.in
|
||||||
|
|
||||||
btest: $(TEST_RUNNABLE)-btest
|
btest: $(TEST_RUNNABLE)-btest
|
||||||
no-btest: PHONY
|
no-btest: PHONY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue