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

ruby-changes:57836

From: Nobuyoshi <ko1@a...>
Date: Fri, 20 Sep 2019 17:07:54 +0900 (JST)
Subject: [ruby-changes:57836] d56a3c0635 (master): Fixed cxxanyargs/depend

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

From d56a3c063532906158cc0427a42133fadda75cde Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 20 Sep 2019 16:55:16 +0900
Subject: Fixed cxxanyargs/depend

* Removed excess backslashes
* Fixed the target name to try failure.cpp

diff --git a/ext/-test-/cxxanyargs/depend b/ext/-test-/cxxanyargs/depend
index a68afb8..a2c74a8 100644
--- a/ext/-test-/cxxanyargs/depend
+++ b/ext/-test-/cxxanyargs/depend
@@ -1,9 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/cxxanyargs/depend#L1
-$(DLLIB) $(STATIC_LIB): failure.failed
+$(TARGET_SO) $(STATIC_LIB): failure.failed
 
 failure.failed: failure.cpp cxxanyargs.o
-	$(Q)$(RUBY) -rfileutils \\
-	  -e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \\
-	  -e "abort err unless /rb_define_method/ =~ err" \\
+	$(Q)$(RUBY) -rfileutils \
+	  -e "err = IO.popen(%[$(MAKE) failure.o], err:[:child, :out], &:read)" \
+	  -e "abort err unless /rb_define_method/ =~ err" \
 	  -e "FileUtils.touch(*ARGV)" $@
 
 # AUTOGENERATED DEPENDENCIES START
-- 
cgit v0.10.2


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

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