2016-02-09 07:19:24 +00:00
|
|
|
From 8a53e16138f7fa4371eebde91d3bf216285e75a0 Mon Sep 17 00:00:00 2001
|
2015-12-02 00:48:58 +00:00
|
|
|
From: Stephen Gallagher <sgallagh@redhat.com>
|
|
|
|
Date: Tue, 1 Dec 2015 16:35:29 -0500
|
|
|
|
Subject: [PATCH 1/2] disable running gyp files for bundled deps
|
2013-11-12 21:56:28 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
2016-02-09 07:19:24 +00:00
|
|
|
index 94eb419..a2b682b 100644
|
2013-11-12 21:56:28 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
2016-02-09 07:19:24 +00:00
|
|
|
@@ -49,7 +49,7 @@ $(NODE_G_EXE): config.gypi out/Makefile
|
2015-12-02 00:48:58 +00:00
|
|
|
$(MAKE) -C out BUILDTYPE=Debug V=$(V)
|
|
|
|
ln -fs out/Debug/$(NODE_EXE) $@
|
|
|
|
|
|
|
|
-out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp deps/v8/build/toolchain.gypi deps/v8/build/features.gypi deps/v8/tools/gyp/v8.gyp node.gyp config.gypi
|
|
|
|
+out/Makefile: common.gypi deps/v8/build/toolchain.gypi deps/v8/build/features.gypi deps/v8/tools/gyp/v8.gyp node.gyp config.gypi
|
|
|
|
$(PYTHON) tools/gyp_node.py -f make
|
|
|
|
|
|
|
|
config.gypi: configure
|
2013-11-12 21:56:28 +00:00
|
|
|
--
|
2016-02-09 07:19:24 +00:00
|
|
|
2.5.0
|
2013-11-12 21:56:28 +00:00
|
|
|
|