blob: d6e439ba22002ff6b58f1d9725763a9ddffab5d9 [file] [log] [blame]
Andrew Geisslerf103a7f2021-05-07 16:09:40 -05001From 7d94bfe53beeb2d25eb5f2ff6b1d509df7e6ab80 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Zuzana Svetlikova <zsvetlik@redhat.com>
3Date: Thu, 27 Apr 2017 14:25:42 +0200
4Subject: [PATCH] Disable running gyp on shared deps
5
6---
Andrew Geissler82c905d2020-04-13 13:39:40 -05007 Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10diff --git a/Makefile b/Makefile
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050011index 93d63110..79caaec2 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012--- a/Makefile
13+++ b/Makefile
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050014@@ -138,7 +138,7 @@ with-code-cache test-code-cache:
15 $(warning '$@' target is a noop)
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016
Andrew Geissler82c905d2020-04-13 13:39:40 -050017 out/Makefile: config.gypi common.gypi node.gyp \
Andrew Geisslerf103a7f2021-05-07 16:09:40 -050018- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
19+ deps/llhttp/llhttp.gyp \
Andrew Geissler82c905d2020-04-13 13:39:40 -050020 tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
21 tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
Brad Bishopd7bf8c12018-02-25 22:55:05 -050022 $(PYTHON) tools/gyp_node.py -f make