File tree 1 file changed +1
-16
lines changed
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
971
971
972
972
bench-ci : bench
973
973
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
-
987
974
LINT_MD_TARGETS = src lib benchmark tools/doc tools/icu
988
975
LINT_MD_ROOT_DOCS := $(wildcard * .md)
989
976
LINT_MD_FILES := $(shell find $(LINT_MD_TARGETS ) -type f \
@@ -1002,7 +989,7 @@ tools/.miscmdlintstamp: $(LINT_MD_FILES)
1002
989
1003
990
tools/.mdlintstamp : tools/.miscmdlintstamp tools/.docmdlintstamp
1004
991
1005
- lint-md : | lint-md-build tools/.mdlintstamp
992
+ lint-md : tools/.mdlintstamp
1006
993
1007
994
LINT_JS_TARGETS = benchmark doc lib test tools
1008
995
LINT_JS_CMD = tools/eslint/bin/eslint.js --cache \
@@ -1157,8 +1144,6 @@ lint-clean:
1157
1144
lint-js-ci \
1158
1145
list-gtests \
1159
1146
lint-md \
1160
- lint-md-build \
1161
- lint-md-clean \
1162
1147
pkg \
1163
1148
release-only \
1164
1149
run-ci \
You can’t perform that action at this time.
0 commit comments