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

ruby-changes:58824

From: Nobuyoshi <ko1@a...>
Date: Mon, 18 Nov 2019 23:16:57 +0900 (JST)
Subject: [ruby-changes:58824] f09fc1b034 (master): Dependents on probes.h need the dummy header too

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

From f09fc1b0344e65aeb9c11aaeb23c99954265fe4d Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 18 Nov 2019 23:14:13 +0900
Subject: Dependents on probes.h need the dummy header too


diff --git a/tool/update-deps b/tool/update-deps
index cfcb15c..359fea1 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -364,6 +364,9 @@ def read_single_cc_deps(path_i, cwd) https://github.com/ruby/ruby/blob/trunk/tool/update-deps#L364
     next if !dep.to_s.start_with?(cwd.to_s) # omit system headers.
     deps << dep
   }
+  if deps.include?(cwd + "probes.h")
+    deps << (cwd + "probes.dmyh")
+  end
   deps
 end
 
-- 
cgit v0.10.2


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

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