ruby-changes:61216
From: Nobuyoshi <ko1@a...>
Date: Tue, 12 May 2020 23:15:04 +0900 (JST)
Subject: [ruby-changes:61216] 2383cdabc1 (master): builtin_binary.inc: should be updated even if no changes [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2383cdabc1 From 2383cdabc124734f03104d20d102308a9d155ea6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 12 May 2020 23:07:42 +0900 Subject: builtin_binary.inc: should be updated even if no changes [ci skip] As this rule does not use a separate timestamp file, the target will be rebuilt every time once it is outdated. diff --git a/common.mk b/common.mk index 5f3946c..807161f 100644 --- a/common.mk +++ b/common.mk @@ -1122,7 +1122,7 @@ preludes: {$(srcdir)}golf_prelude.c https://github.com/ruby/ruby/blob/trunk/common.mk#L1122 $(Q) $(BASERUBY) $(tooldir)/mk_builtin_loader.rb $< builtin_binary.inc: $(PREP) $(BUILTIN_RB_SRCS) $(srcdir)/template/builtin_binary.inc.tmpl - $(Q) $(MINIRUBY) $(tooldir)/generic_erb.rb -c -o $@ \ + $(Q) $(MINIRUBY) $(tooldir)/generic_erb.rb -o $@ \ $(srcdir)/template/builtin_binary.inc.tmpl -- --cross=$(CROSS_COMPILING) $(BUILTIN_RB_INCS): $(top_srcdir)/tool/mk_builtin_loader.rb -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/