aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-20 08:31:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-20 08:31:20 +0000
commit4e064bb5a4c707d8ad4f466cbe118a8d10b5ac04 (patch)
treea4779a020f27f8f8fb2d9d8bd9bcc0c9cd101dae /template
parent827b55edad7f6ed346d2d8b7fb5e564f492fe478 (diff)
downloadruby-4e064bb5a4c707d8ad4f466cbe118a8d10b5ac04.tar.gz
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
Diffstat (limited to 'template')
-rw-r--r--template/exts.mk.tmpl2
1 files changed, 1 insertions, 1 deletions
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(/^/)