From a67afc8b6084297128023dff044f72393a0165c7 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 20 Jun 2019 13:29:37 -0600 Subject: [PATCH] doc: remove "note that" from maintaining-the-build-files.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/remark-preset-lint-node/pull/16 PR-URL: https://github.com/nodejs/node/pull/28329 Reviewed-By: Gus Caplan Reviewed-By: Trivikram Kamat Reviewed-By: Tobias Nießen Reviewed-By: Ruben Bridgewater --- doc/guides/maintaining-the-build-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md index 2f89362b8ff23f..d36e827145c90d 100644 --- a/doc/guides/maintaining-the-build-files.md +++ b/doc/guides/maintaining-the-build-files.md @@ -40,12 +40,12 @@ need to update the configuration process. ## Makefile To see the help text, run `make help`. This file is not generated, it is -maintained by humans. Note that this is not usually run on Windows, where +maintained by humans. This is not usually run on Windows, where [vcbuild.bat](#vcbuildbat) is used instead. ### Options -- `-j `: number of threads used to build the binary. Note that on the non-ci +- `-j `: number of threads used to build the binary. On the non-CI targets, the parallel tests will take up all the available cores, regardless of this option.