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

ruby-changes:71550

From: Nobuyoshi <ko1@a...>
Date: Wed, 30 Mar 2022 11:31:28 +0900 (JST)
Subject: [ruby-changes:71550] 71aa43c725 (master): [ruby/psych] Configure libyaml from the original source

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

From 71aa43c725084ec11827330c8502acc54bf29534 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 19 Mar 2022 20:29:17 +0900
Subject: [ruby/psych] Configure libyaml from the original source

https://github.com/ruby/psych/commit/54a9ba9d10
---
 ext/psych/depend | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/ext/psych/depend b/ext/psych/depend
index 90039ea2a6..4947822c78 100644
--- a/ext/psych/depend
+++ b/ext/psych/depend
@@ -1,4 +1,12 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/depend#L1
-$(OBJS): $(YAML_H)
+$(TARGET_SO): $(LIBYAML)
+
+libyaml $(LIBYAML):
+	cd libyaml && $(MAKE)
+clean-so::
+	-cd libyaml && $(MAKE) clean
+distclean-so::
+	-cd libyaml && $(MAKE) distclean
+	-$(Q)$(RMDIRS) libyaml/* libyaml
 
 # AUTOGENERATED DEPENDENCIES START
 psych.o: $(RUBY_EXTCONF_H)
-- 
cgit v1.2.1


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

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