ruby-changes:61174
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Sun, 10 May 2020 16:51:36 +0900 (JST)
Subject: [ruby-changes:61174] 50a6d292c0 (master): nmake doesn't understand $<
https://git.ruby-lang.org/ruby.git/commit/?id=50a6d292c0 From 50a6d292c0ebfc2f35ee66efbb3b7ea44d5a0f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Sat, 9 May 2020 22:39:58 +0900 Subject: nmake doesn't understand $< Fix MSVC build error. diff --git a/common.mk b/common.mk index b428a4d..a6b1008 100644 --- a/common.mk +++ b/common.mk @@ -1087,7 +1087,7 @@ known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_ https://github.com/ruby/ruby/blob/trunk/common.mk#L1087 vm_call_iseq_optimized.inc: $(srcdir)/template/call_iseq_optimized.inc.tmpl $(ECHO) generating $@ - $(Q) $(BASERUBY) $(tooldir)/generic_erb.rb -c -o $@ $< + $(Q) $(BASERUBY) $(tooldir)/generic_erb.rb -c -o $@ $(srcdir)/template/call_iseq_optimized.inc.tmpl $(MINIPRELUDE_C): $(COMPILE_PRELUDE) $(BUILTIN_RB_SRCS) $(ECHO) generating $@ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/