2021-03-30 16:57:10 +00:00
|
|
|
From 641730c7d1322dacd8e1020ec0753795d01200f0 Mon Sep 17 00:00:00 2001
|
2019-08-02 15:33:53 +00:00
|
|
|
From: Zuzana Svetlikova <zsvetlik@redhat.com>
|
|
|
|
Date: Thu, 27 Apr 2017 14:25:42 +0200
|
2021-03-30 16:57:10 +00:00
|
|
|
Subject: [PATCH] Disable running gyp on shared deps
|
2019-08-02 15:33:53 +00:00
|
|
|
|
2021-03-30 16:57:10 +00:00
|
|
|
Signed-off-by: rpm-build <rpm-build>
|
2019-08-02 15:33:53 +00:00
|
|
|
---
|
2020-07-28 12:34:32 +00:00
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2019-08-02 15:33:53 +00:00
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
2021-03-30 16:57:10 +00:00
|
|
|
index 32a8a6c..f44f88a 100644
|
2019-08-02 15:33:53 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2020-07-28 12:34:32 +00:00
|
|
|
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache
|
|
|
|
echo "'test-code-cache' target is a noop"
|
2021-03-30 16:57:10 +00:00
|
|
|
|
2019-08-02 15:33:53 +00:00
|
|
|
out/Makefile: config.gypi common.gypi node.gyp \
|
2020-01-21 23:12:21 +00:00
|
|
|
- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
|
2020-07-28 12:34:32 +00:00
|
|
|
+ deps/http_parser/http_parser.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
|
2021-03-30 16:57:10 +00:00
|
|
|
--
|
|
|
|
2.26.2
|
2019-08-02 15:33:53 +00:00
|
|
|
|