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

ruby-changes:74315

From: Nobuyoshi <ko1@a...>
Date: Wed, 2 Nov 2022 11:34:07 +0900 (JST)
Subject: [ruby-changes:74315] 60f12c7d2e (master): Fix infinite loop when out-of-place build

https://git.ruby-lang.org/ruby.git/commit/?id=60f12c7d2e

From 60f12c7d2e37ebb57193612421ab66d6368eff6e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 2 Nov 2022 11:33:08 +0900
Subject: Fix infinite loop when out-of-place build

---
 template/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/Makefile.in b/template/Makefile.in
index 9b3f785217..666a9773d8 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -381,7 +381,7 @@ install-cross: $(arch)-fake.rb $(RBCONFIG) rbconfig.rb $(arch_hdrdir)/ruby/confi https://github.com/ruby/ruby/blob/trunk/template/Makefile.in#L381
 
 Makefile:	$(srcdir)/template/Makefile.in $(srcdir)/enc/Makefile.in
 
-$(MKFILES): config.status $(srcdir)/version.h $(srcdir)/revision.h $(ABI_VERSION_HDR)
+$(MKFILES): config.status $(srcdir)/version.h $(REVISION_H) $(ABI_VERSION_HDR)
 		@[ -f $@ ] && mv $@ $@.old
 		MAKE=$(MAKE) $(SHELL) ./config.status $@
 		@cmp $@ $@.old > /dev/null 2>&1 && echo $@ unchanged && exit 0; \
-- 
cgit v1.2.3


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

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