blob: 5d0dc03b66a4ac62ab64a9e8fa21dc444f3b19e1 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001From c2aff16cc196a61f4ab1cdae4a91c7926123c239 Mon Sep 17 00:00:00 2001
2From: Zuzana Svetlikova <zsvetlik@redhat.com>
3Date: Thu, 27 Apr 2017 14:25:42 +0200
4Subject: [PATCH] Disable running gyp on shared deps
5
6---
Brad Bishop19323692019-04-05 15:28:33 -04007 Makefile | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10diff --git a/Makefile b/Makefile
Brad Bishop19323692019-04-05 15:28:33 -040011index a98772f..f5663e2 100644
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012--- a/Makefile
13+++ b/Makefile
Brad Bishop19323692019-04-05 15:28:33 -040014@@ -123,8 +123,8 @@ with-code-cache:
15 test-code-cache: with-code-cache
16 $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) code-cache
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017
18-out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
19- deps/zlib/zlib.gyp deps/v8/gypfiles/toolchain.gypi \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050020+out/Makefile: common.gypi deps/http_parser/http_parser.gyp \
Brad Bishop19323692019-04-05 15:28:33 -040021+ deps/v8/gypfiles/toolchain.gypi \
22 deps/v8/gypfiles/features.gypi deps/v8/gypfiles/v8.gyp node.gyp \
23 config.gypi
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024 $(PYTHON) tools/gyp_node.py -f make
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025--
Brad Bishop19323692019-04-05 15:28:33 -0400262.19.2