From 20e7e86030e0e74e52aa24a50545a6789a3f90f2 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Apr 2015 07:19:34 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ common.mk | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fe369eff0f..dc4785bee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 20 16:18:17 2015 NAKAMURA Usaku + + * common.mk ($(arch)-fake.rb): fix the path separator up for Windows. + Mon Apr 20 15:02:47 2015 NAKAMURA Usaku * win32/win32.c (rb_w32_wreadlink): fixed a bug that a junction misses diff --git a/common.mk b/common.mk index 839eba3c13..854c1cd93c 100644 --- a/common.mk +++ b/common.mk @@ -552,7 +552,7 @@ no-fake: PHONY $(arch)-fake.rb: $(RBCONFIG) $(srcdir)/template/fake.rb.in $(srcdir)/tool/expand-config.rb rbconfig.rb @$(BOOTSTRAPRUBY) $(srcdir)/tool/expand-config.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 no-btest: PHONY