Skip to content

build: make lint-md-build quiet

Currently the lint-md-build target produces the following output:

$ make lint-md-build
if [ ! -d tools/remark-cli/node_modules ]; then \
cd tools/remark-cli && ../.././node ../.././deps/npm/bin/npm-cli.js
install; fi
if [ ! -d tools/remark-preset-lint-node/node_modules ]; then \
cd tools/remark-preset-lint-node && ../.././node
../.././deps/npm/bin/npm-cli.js install; fi

This commit suppresses the echoing.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

build

Merge request reports

Loading