From 4e064bb5a4c707d8ad4f466cbe118a8d10b5ac04 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 20 Apr 2017 08:31:20 +0000 Subject: common.mk: separate note * common.mk (build-ext): separate note from building extensions, not to be intermingled. [ruby-core:80759] [Feature #13302] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/exts.mk.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/exts.mk.tmpl b/template/exts.mk.tmpl index 1b2308c4f0..53350f23df 100644 --- a/template/exts.mk.tmpl +++ b/template/exts.mk.tmpl @@ -46,7 +46,7 @@ Dir.glob("{ext,gems}/*/exts.mk") do |e| (?:dist|real)?clean ):.+$ "x) do - deps << $& + deps << $&.sub(/ +note$/, '') end s.scan(%r"^note:\n((?:\t.+\n)+)") do |(n)| n = n.split(/^/) -- cgit v1.2.3