webbuilder_pel7ppc64lebuilder0
3 years ago
4 changed files with 45 additions and 43 deletions
@ -1,25 +1,29 @@ |
|||||||
From 0da4decd64a9cbfcf75b2697c722cd6fc82a164d Mon Sep 17 00:00:00 2001 |
From 755aa753aa2ae98d037d0e88a61a4078909744b3 Mon Sep 17 00:00:00 2001 |
||||||
From: Zuzana Svetlikova <zsvetlik@redhat.com> |
From: Zuzana Svetlikova <zsvetlik@redhat.com> |
||||||
Date: Fri, 17 Apr 2020 12:59:44 +0200 |
Date: Fri, 17 Apr 2020 12:59:44 +0200 |
||||||
Subject: [PATCH] 0001 |
Subject: [PATCH 1/2] Disable running gyp on shared deps |
||||||
|
|
||||||
--- |
--- |
||||||
Makefile | 2 +- |
Makefile | 2 +- |
||||||
1 file changed, 1 insertion(+), 1 deletion(-) |
1 file changed, 1 insertion(+), 1 deletion(-) |
||||||
|
|
||||||
diff --git a/Makefile b/Makefile |
diff --git a/Makefile b/Makefile |
||||||
index 88166da2a8..f0637b6c78 100644 |
index c25a97750faccf228c4f6b4e8905d5471699e2d7..80d9fed5c95c2f80aa7c05554a865ebf2e7a1361 100644 |
||||||
--- a/Makefile |
--- a/Makefile |
||||||
+++ b/Makefile |
+++ b/Makefile |
||||||
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache |
@@ -141,11 +141,11 @@ endif |
||||||
echo "'test-code-cache' target is a noop" |
.PHONY: test-code-cache |
||||||
|
with-code-cache test-code-cache: |
||||||
|
$(warning '$@' target is a noop) |
||||||
|
|
||||||
out/Makefile: config.gypi common.gypi node.gyp \ |
out/Makefile: config.gypi common.gypi node.gyp \ |
||||||
- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \ |
- deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ |
||||||
+ deps/http_parser/http_parser.gyp \ |
+ deps/llhttp/llhttp.gyp \ |
||||||
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ |
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ |
||||||
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp |
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp |
||||||
$(PYTHON) tools/gyp_node.py -f make |
$(PYTHON) tools/gyp_node.py -f make |
||||||
|
|
||||||
|
# node_version.h is listed because the N-API version is taken from there |
||||||
-- |
-- |
||||||
2.25.2 |
2.33.0 |
||||||
|
|
||||||
|
Loading…
Reference in new issue