hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 7d94bfe53beeb2d25eb5f2ff6b1d509df7e6ab80 Mon Sep 17 00:00:00 2001
From: Zuzana Svetlikova <zsvetlik@redhat.com>
Date: Thu, 27 Apr 2017 14:25:42 +0200
Subject: [PATCH] Disable running gyp on shared deps
 
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/Makefile b/Makefile
index 93d63110..79caaec2 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,7 @@ with-code-cache test-code-cache:
     $(warning '$@' target is a noop)
 
 out/Makefile: config.gypi common.gypi node.gyp \
-    deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
+    deps/llhttp/llhttp.gyp \
     tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
     tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
     $(PYTHON) tools/gyp_node.py -f make