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

ruby-changes:59725

From: Nobuyoshi <ko1@a...>
Date: Fri, 17 Jan 2020 16:44:35 +0900 (JST)
Subject: [ruby-changes:59725] f9788ca7fe (master): Update dependencies

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

From f9788ca7fe645be50f9248264253b453820d1d35 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 17 Jan 2020 16:41:46 +0900
Subject: Update dependencies

internal/rational.h needs internal/warnings.h with Apple clang,
for `UNALIGNED_MEMBER_ACCESS`.

diff --git a/common.mk b/common.mk
index 60ebf83..8103d8e 100644
--- a/common.mk
+++ b/common.mk
@@ -3939,6 +3939,7 @@ time.$(OBJEXT): $(top_srcdir)/internal/string.h https://github.com/ruby/ruby/blob/trunk/common.mk#L3939
 time.$(OBJEXT): $(top_srcdir)/internal/time.h
 time.$(OBJEXT): $(top_srcdir)/internal/variable.h
 time.$(OBJEXT): $(top_srcdir)/internal/vm.h
+time.$(OBJEXT): $(top_srcdir)/internal/warnings.h
 time.$(OBJEXT): {$(VPATH)}assert.h
 time.$(OBJEXT): {$(VPATH)}config.h
 time.$(OBJEXT): {$(VPATH)}constant.h
diff --git a/ext/-test-/rational/depend b/ext/-test-/rational/depend
index 8cbac9a..c3134d0 100644
--- a/ext/-test-/rational/depend
+++ b/ext/-test-/rational/depend
@@ -26,6 +26,7 @@ rat.o: $(top_srcdir)/internal/serial.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/rational/depend#L26
 rat.o: $(top_srcdir)/internal/static_assert.h
 rat.o: $(top_srcdir)/internal/stdbool.h
 rat.o: $(top_srcdir)/internal/vm.h
+rat.o: $(top_srcdir)/internal/warnings.h
 rat.o: $(top_srcdir)/ruby_assert.h
 rat.o: rat.c
 # AUTOGENERATED DEPENDENCIES END
-- 
cgit v0.10.2


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

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