File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -971,19 +971,6 @@ bench: bench-net bench-http bench-fs bench-tls
971971
972972bench-ci : bench
973973
974- lint-md-clean :
975- $(RM ) -r tools/remark-cli/node_modules
976- $(RM ) -r tools/remark-preset-lint-node/node_modules
977- $(RM ) tools/.* mdlintstamp
978-
979- lint-md-build :
980- @if [ ! -d tools/remark-cli/node_modules ]; then \
981- echo " Markdown linter: installing remark-cli into tools/" ; \
982- cd tools/remark-cli && ../../$(NODE ) ../../$(NPM ) install; fi
983- @if [ ! -d tools/remark-preset-lint-node/node_modules ]; then \
984- echo " Markdown linter: installing remark-preset-lint-node into tools/" ; \
985- cd tools/remark-preset-lint-node && ../../$(NODE ) ../../$(NPM ) install; fi
986-
987974LINT_MD_TARGETS = src lib benchmark tools/doc tools/icu
988975LINT_MD_ROOT_DOCS := $(wildcard * .md)
989976LINT_MD_FILES := $(shell find $(LINT_MD_TARGETS ) -type f \
@@ -1002,7 +989,7 @@ tools/.miscmdlintstamp: $(LINT_MD_FILES)
1002989
1003990tools/.mdlintstamp : tools/.miscmdlintstamp tools/.docmdlintstamp
1004991
1005- lint-md : | lint-md-build tools/.mdlintstamp
992+ lint-md : tools/.mdlintstamp
1006993
1007994LINT_JS_TARGETS = benchmark doc lib test tools
1008995LINT_JS_CMD = tools/eslint/bin/eslint.js --cache \
@@ -1157,8 +1144,6 @@ lint-clean:
11571144 lint-js-ci \
11581145 list-gtests \
11591146 lint-md \
1160- lint-md-build \
1161- lint-md-clean \
11621147 pkg \
11631148 release-only \
11641149 run-ci \
You can’t perform that action at this time.
0 commit comments