We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a660d7 commit c667683Copy full SHA for c667683
tool/update-deps
@@ -17,6 +17,14 @@
17
# 3. Use --fix to fix makefiles.
18
# Ex. ./ruby tool/update-deps --fix
19
#
20
+# Usage to create a depend file initially:
21
+# 1. Copy the dependency section from the Makefile generated by extconf.rb.
22
+# Ex. ext/cgi/escape/Makefile
23
+# 2. Add `# AUTOGENERATED DEPENDENCIES START` and `# AUTOGENERATED DEPENDENCIES END`
24
+# sections to top and end of the depend file.
25
+# 3. Run tool/update-deps --fix to fix the depend file.
26
+# 4. Commit the depend file.
27
+#
28
# Other usages:
29
# * Fix makefiles using previously detected dependency problems
30
# Ex. ruby tool/update-deps --actual-fix [file]
0 commit comments