Skip to content

Commit 240de93

Browse files
richardlauBridgeAR
authored andcommitted
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: #23111 PR-URL: #26436 Refs: #23111 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent c247153 commit 240de93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -1696,3 +1696,4 @@ def make_bin_override():
16961696

16971697
print_verbose("running: \n " + " ".join(['python', 'tools/gyp_node.py'] + gyp_args))
16981698
run_gyp(gyp_args)
1699+
info('configure completed successfully')

0 commit comments

Comments
 (0)