Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

build: configure return exit status from gyp #8856

Closed
wants to merge 1 commit into from

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Dec 10, 2014

Previously, 'configure' would not return an exit status
if gyp blows up. This can be tested by adding some garbage to node.gyp (I have skills!)

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

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

( Found this while working on srl295/node#12 )

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.
bnoordhuis pushed a commit to nodejs/node that referenced this pull request Dec 10, 2014
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.

PR-URL: nodejs/node-v0.x-archive#8856
Reviewed-By: Ben Noordhuis <[email protected]>
@bnoordhuis
Copy link
Member

Thanks Steven, landed in nodejs/node@fb33b4e.

@misterdjules
Copy link

@srl295 Thanks! Landed in v0.10 in 69b122a. Will be merged in v0.12 and master later, I just want to check with @tjfontaine first when would be the best time for that.

@misterdjules misterdjules modified the milestones: 0.10.35, 0.11.16 Dec 15, 2014
@misterdjules
Copy link

Just FYI, we will wait until 0.11.15 is released to merge v0.10 into v0.12.

@srl295 srl295 deleted the srl-v0.12-configreturn branch December 16, 2014 01:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants