1From 7d94bfe53beeb2d25eb5f2ff6b1d509df7e6ab80 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--- 7 Makefile | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/Makefile b/Makefile 11index 93d63110..79caaec2 100644 12--- a/Makefile 13+++ b/Makefile 14@@ -138,7 +138,7 @@ with-code-cache test-code-cache: 15 $(warning '$@' target is a noop) 16 17 out/Makefile: config.gypi common.gypi node.gyp \ 18- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ 19+ deps/llhttp/llhttp.gyp \ 20 tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ 21 tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp 22 $(PYTHON) tools/gyp_node.py -f make 23