Commit 69b122a6 authored by Steven R. Loomis's avatar Steven R. Loomis Committed by Julien Gilli
Browse files

build: configure return exit status from gyp



Previously, 'configure' would not return an exit status
if gyp blows up. This can be tested via:

    date >> node.gyp ; ./configure && echo A-OK

You will get "A-OK" even though gyp had failed.

Signed-off-by: default avatarJulien Gilli <julien.gilli@joyent.com>
parent 0603c834
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment