summaryrefslogtreecommitdiff
path: root/tool/update-deps
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-17 01:31:06 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-09-17 01:31:06 +0000
commit433c2714a12e4b7fd587d26fb4aa53182eca0359 (patch)
tree8e3ca97d1c6af05899fed4cc26892ef8a16a9882 /tool/update-deps
parent8b6f1beba666675b7cb4f8d762a12e36f6bc0905 (diff)
downloadruby-433c2714a12e4b7fd587d26fb4aa53182eca0359.tar.gz
common.mk: ruby tool/update-deps --fix
tool/update-deps: tweak the comment to make sure it should be built in the source directory, because building ruby outside source directory failed on my trial. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/update-deps')
-rwxr-xr-xtool/update-deps4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/update-deps b/tool/update-deps
index 6da2d3cd71..7c4d5d3319 100755
--- a/tool/update-deps
+++ b/tool/update-deps
@@ -13,9 +13,9 @@
# 1. Compile ruby with -save-temps=obj option.
# Ex. ./configure debugflags='-save-temps=obj -g' && make all golf
# 2. Run tool/update-deps to show dependency problems.
-# Ex. ruby tool/update-deps
+# Ex. ./ruby tool/update-deps
# 3. Use --fix to fix makefiles.
-# Ex. ruby tool/update-deps --fix
+# Ex. ./ruby tool/update-deps --fix
#
# Other usages:
# * Fix makefiles using previously detected dependency problems