summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-03-04 12:47:59 -0500
committerRuben Bridgewater <ruben@bridgewater.de>2019-03-07 00:39:39 +0100
commitceb73e714afce53c4d736c1495e800e86d3cd3f2 (patch)
treee58e3b9f892a296276e5c08a804b620f6b7d1c5f /configure.py
parentdfffb6d2af5ea72ec8829ef96a26308378e40c96 (diff)
downloadandroid-node-v8-ceb73e714afce53c4d736c1495e800e86d3cd3f2.tar.gz
android-node-v8-ceb73e714afce53c4d736c1495e800e86d3cd3f2.tar.bz2
android-node-v8-ceb73e714afce53c4d736c1495e800e86d3cd3f2.zip
build: indicate that configure has done something
If run without `--verbose` configure exits silently with no indication that it has done anything. Print a message on completion to indicate that the script has worked. Refs: https://github.com/nodejs/node/issues/23111 PR-URL: https://github.com/nodejs/node/pull/26436 Refs: https://github.com/nodejs/node/issues/23111 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.py b/configure.py
index 9b659deb5c..83703964e5 100755
--- a/configure.py
+++ b/configure.py
@@ -1640,3 +1640,4 @@ if warn.warned and not options.verbose:
print_verbose("running: \n " + " ".join(['python', 'tools/gyp_node.py'] + gyp_args))
run_gyp(gyp_args)
+info('configure completed successfully')