2272b1
From 4509b10cbe5d22216a7880cc7fb6bd5f92b18018 Mon Sep 17 00:00:00 2001
03afae
From: Zuzana Svetlikova <zsvetlik@redhat.com>
03afae
Date: Thu, 27 Apr 2017 14:25:42 +0200
2272b1
Subject: [PATCH 1/5] Disable running gyp on shared deps
03afae
03afae
---
2272b1
 Makefile | 2 +-
2272b1
 1 file changed, 1 insertion(+), 1 deletion(-)
03afae
03afae
diff --git a/Makefile b/Makefile
2272b1
index 56f5358..f289f25 100644
03afae
--- a/Makefile
03afae
+++ b/Makefile
2272b1
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache
2272b1
 	echo "'test-code-cache' target is a noop"
9b722a
03afae
 out/Makefile: config.gypi common.gypi node.gyp \
9b722a
-	deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
2272b1
+	deps/http_parser/http_parser.gyp \
2272b1
 	tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
2272b1
 	tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
2272b1
 	$(PYTHON) tools/gyp_node.py -f make
9b722a
--
2272b1
2.24.1
03afae