summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-19 15:06:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-19 15:06:04 +0000
commit4daa0fce202783562a8e9022f301d0591f2f2a26 (patch)
tree05c211fe6c788b8ce3a42c8aec3fe8a5a001cc5e /common.mk
parenta77e25ecd8138df16445a92582507b6ab001ddfa (diff)
common.mk: ims=nil option
* common.mk (update-gems): use ims=nil option. * tool/downloader.rb (Downloader.download): show the message if no need to download in verbose mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b29635656c..7b0f019aae 100644
--- a/common.mk
+++ b/common.mk
@@ -893,7 +893,7 @@ update-gems: PHONY
-I../tool -rdownloader -answ \
-e 'gem, ver = *$$F' \
-e 'gem = "#{gem}-#{ver}.gem"' \
- -e 'Downloader::RubyGems.download(gem)' \
+ -e 'Downloader::RubyGems.download(gem, nil, nil)' \
bundled_gems
UPDATE_LIBRARIES = no