|
|
|
From 755aa753aa2ae98d037d0e88a61a4078909744b3 Mon Sep 17 00:00:00 2001
|
|
|
|
From: Zuzana Svetlikova <zsvetlik@redhat.com>
|
|
|
|
Date: Fri, 17 Apr 2020 12:59:44 +0200
|
|
|
|
Subject: [PATCH 1/2] Disable running gyp on shared deps
|
|
|
|
|
|
|
|
---
|
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
|
|
index c25a97750faccf228c4f6b4e8905d5471699e2d7..80d9fed5c95c2f80aa7c05554a865ebf2e7a1361 100644
|
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -141,11 +141,11 @@ endif
|
|
|
|
.PHONY: test-code-cache
|
|
|
|
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
|
|
|
|
|
|
|
|
# node_version.h is listed because the N-API version is taken from there
|
|
|
|
--
|
|
|
|
2.33.0
|
|
|
|
|