[前][次][番号順一覧][スレッド一覧]

ruby-changes:73412

From: Nobuyoshi <ko1@a...>
Date: Mon, 5 Sep 2022 00:00:11 +0900 (JST)
Subject: [ruby-changes:73412] 76664905a5 (master): Ignore fake.rb for snapshot

https://git.ruby-lang.org/ruby.git/commit/?id=76664905a5

From 76664905a589416739a13241e7b8535d78984723 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 4 Sep 2022 23:49:56 +0900
Subject: Ignore fake.rb for snapshot

---
 common.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common.mk b/common.mk
index 4282be9c5a..d5e69750d4 100644
--- a/common.mk
+++ b/common.mk
@@ -758,10 +758,10 @@ no-fake -fake: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L758
 $(HAVE_BASERUBY:no=)$(arch)-fake.rb: miniruby$(EXEEXT)
 
 # actually depending on other headers more.
-$(arch)-fake.rb: $(top_srcdir)/revision.h $(top_srcdir)/version.h $(srcdir)/version.c
-$(arch)-fake.rb: {$(VPATH)}id.h {$(VPATH)}vm_opts.h
+$(arch:noarch=ignore)-fake.rb: $(top_srcdir)/revision.h $(top_srcdir)/version.h $(srcdir)/version.c
+$(arch:noarch=ignore)-fake.rb: {$(VPATH)}id.h {$(VPATH)}vm_opts.h
 
-$(arch)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_erb.rb
+$(arch:noarch=ignore)-fake.rb: $(srcdir)/template/fake.rb.in $(tooldir)/generic_erb.rb
 	$(ECHO) generating $@
 	$(Q) $(CPP) -DRUBY_EXPORT $(INCFLAGS) $(CPPFLAGS) "$(srcdir)/version.c" | \
 	$(BOOTSTRAPRUBY) "$(tooldir)/generic_erb.rb" -o $@ "$(srcdir)/template/fake.rb.in" \
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]