Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-11-24 08:30:21 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-02-01 07:00:28 +0300
commit066e0d6b448547335280e762bf0a0192e3b38c87 (patch)
tree01e3ba9a637df1eb761031b2285af11684fa447e /Makefile
parent268771c85bc016d1fc37276e333e99d805b7dd71 (diff)
build: remove legacy -J test.py option from Makefile/vcbuild
PR-URL: https://github.com/nodejs/node/pull/40945 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7671bb804fa..74a9e6bb168 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ FIND ?= find
ifdef JOBS
PARALLEL_ARGS = -j $(JOBS)
else
- PARALLEL_ARGS = -J
+ PARALLEL_ARGS =
endif
ifdef ENABLE_V8_TAP