2020-04-17 11:10:35 +00:00
|
|
|
From 0da4decd64a9cbfcf75b2697c722cd6fc82a164d Mon Sep 17 00:00:00 2001
|
2017-03-22 18:19:11 +00:00
|
|
|
From: Zuzana Svetlikova <zsvetlik@redhat.com>
|
2020-04-17 11:10:35 +00:00
|
|
|
Date: Fri, 17 Apr 2020 12:59:44 +0200
|
|
|
|
Subject: [PATCH] 0001
|
2017-03-22 18:19:11 +00:00
|
|
|
|
|
|
|
---
|
2020-04-17 11:10:35 +00:00
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2017-03-22 18:19:11 +00:00
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
2020-04-17 11:10:35 +00:00
|
|
|
index 88166da2a8..f0637b6c78 100644
|
2017-03-22 18:19:11 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2020-04-17 11:10:35 +00:00
|
|
|
@@ -141,7 +141,7 @@ test-code-cache: with-code-cache
|
2019-04-23 18:07:13 +00:00
|
|
|
echo "'test-code-cache' target is a noop"
|
2017-03-22 18:19:11 +00:00
|
|
|
|
2019-04-23 18:07:13 +00:00
|
|
|
out/Makefile: config.gypi common.gypi node.gyp \
|
2019-08-15 15:18:11 +00:00
|
|
|
- deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp \
|
2020-04-17 11:10:35 +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
|
2017-03-22 18:19:11 +00:00
|
|
|
$(PYTHON) tools/gyp_node.py -f make
|
|
|
|
--
|
2020-04-17 11:10:35 +00:00
|
|
|
2.25.2
|
2018-04-26 14:32:10 +00:00
|
|
|
|