Skip to content

Commit ceb73e7

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: nodejs#23111 PR-URL: nodejs#26436 Refs: nodejs#23111 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent dfffb6d commit ceb73e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,3 +1640,4 @@ def make_bin_override():
16401640

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

0 commit comments

Comments
 (0)