Skip to content

Commit f887f37

Browse files
committed
build: remove lint-md-build
1 parent 4d77a01 commit f887f37

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Makefile

+1-16
Original file line numberDiff line numberDiff line change
@@ -971,19 +971,6 @@ bench: bench-net bench-http bench-fs bench-tls
971971

972972
bench-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-
987974
LINT_MD_TARGETS = src lib benchmark tools/doc tools/icu
988975
LINT_MD_ROOT_DOCS := $(wildcard *.md)
989976
LINT_MD_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
@@ -1002,7 +989,7 @@ tools/.miscmdlintstamp: $(LINT_MD_FILES)
1002989

1003990
tools/.mdlintstamp: tools/.miscmdlintstamp tools/.docmdlintstamp
1004991

1005-
lint-md: | lint-md-build tools/.mdlintstamp
992+
lint-md: tools/.mdlintstamp
1006993

1007994
LINT_JS_TARGETS = benchmark doc lib test tools
1008995
LINT_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 \

0 commit comments

Comments
 (0)