summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-08-21 19:25:26 -0400
committerRefael Ackermann <refack@gmail.com>2018-09-07 10:17:52 -0400
commitd1c5d18ff6fd209e87ad18ea9c8c6fd35989ba82 (patch)
treee018dd3f4308f8364a5b41b2e5bf8bf648621120
parent8518548a793c054459ac44c55bc3b685561dbab2 (diff)
downloadandroid-node-v8-d1c5d18ff6fd209e87ad18ea9c8c6fd35989ba82.tar.gz
android-node-v8-d1c5d18ff6fd209e87ad18ea9c8c6fd35989ba82.tar.bz2
android-node-v8-d1c5d18ff6fd209e87ad18ea9c8c6fd35989ba82.zip
build: rename configure to configure.py
!Should go with next commit! * renaming so that IDEs can properly detect this as python * Add dependency to Makefile PR-URL: https://github.com/nodejs/node/pull/22450 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
-rw-r--r--Makefile2
-rwxr-xr-xconfigure.py (renamed from configure)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f9a57804b..21622a2404 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp \
config.gypi
$(PYTHON) tools/gyp_node.py -f make
-config.gypi: configure
+config.gypi: configure configure.py
@if [ -x config.status ]; then \
./config.status; \
else \
diff --git a/configure b/configure.py
index c04118e983..c04118e983 100755
--- a/configure
+++ b/configure.py