summaryrefslogtreecommitdiff
path: root/tools/make-v8.sh
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-07-01 17:47:07 +0200
committerNode.js GitHub Bot <github-bot@iojs.org>2021-07-06 01:40:54 +0000
commitd45e0ebd4d5927b31b57e685eb2b467f997abe74 (patch)
tree956d9430215a526eda7b28bb2d8151c599bd2192 /tools/make-v8.sh
parent953860b67cd53af5dc2e5e3d2c8447aac7127731 (diff)
downloadnode-new-d45e0ebd4d5927b31b57e685eb2b467f997abe74.tar.gz
tools: take ownership of deps/v8/tools/node
The files are not maintained nor used upstream anymore. PR-URL: https://github.com/nodejs/node/pull/39222 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'tools/make-v8.sh')
-rwxr-xr-xtools/make-v8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-v8.sh b/tools/make-v8.sh
index 79ab02af27..c63cb9ccf7 100755
--- a/tools/make-v8.sh
+++ b/tools/make-v8.sh
@@ -7,7 +7,7 @@ V8_BUILD_OPTIONS=$2
cd deps/v8 || exit
find . -type d -name .git -print0 | xargs -0 rm -rf
-tools/node/fetch_deps.py .
+../../tools/v8/fetch_deps.py .
ARCH="`arch`"
if [ "$ARCH" = "s390x" ] || [ "$ARCH" = "ppc64le" ]; then