ruby-changes:71665
From: Nobuyoshi <ko1@a...>
Date: Thu, 7 Apr 2022 15:04:05 +0900 (JST)
Subject: [ruby-changes:71665] 21f006f5f7 (master): Retrieve previously configured macros also other than `extensions`
https://git.ruby-lang.org/ruby.git/commit/?id=21f006f5f7 From 21f006f5f7c161fd3857f69186e810f1958bd7f0 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 7 Apr 2022 15:03:24 +0900 Subject: Retrieve previously configured macros also other than `extensions` --- template/exts.mk.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl index e544c4c88b..c5f8478d76 100644 --- a/template/exts.mk.tmpl +++ b/template/exts.mk.tmpl @@ -30,7 +30,6 @@ Dir.glob("{ext,.bundle/gems}/*/exts.mk") do |e| https://github.com/ruby/ruby/blob/trunk/template/exts.mk.tmpl#L30 s.scan(/^(extensions|SUBMAKEOPTS|EXT[A-Z]+|MFLAGS|NOTE_[A-Z]+)[ \t]*=[ \t]*(#{contpat})$/o) do |n, v| v.gsub!(/\\\n[ \t]*/, ' ') next if v.empty? - next if n != "extensions" n = "old_extensions" if n == "extensions" and !confexts.include?(e) v = v.split m = macros[n] ||= [] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/