mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
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>
This commit is contained in:
parent
dfffb6d2af
commit
ceb73e714a
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user