Re: `make world` exit code - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: `make world` exit code
Date
Msg-id 1309697913.7252.1.camel@vanquo.pezone.net
Whole thread Raw
In response to `make world` exit code  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
On lör, 2011-07-02 at 22:36 -0700, David E. Wheeler wrote:
> Hackers,
> 
> I'm building a new server using 9.1beta2. My build script includes these two line:
> 
>     make world -j3 || exit $?
>     make install-world || exit $?
> 
> Much to my annoyance, `make world` seems to succeed, but the script
> exits with no error message. So the second line never executes. I
> commented out the " || exit $?" part and the script worked fine. Is
> there some random non-success error value coming from a successful run
> of `make world` in the beta 2 release?

No, but you might want to vary the -j option to isolate the issue.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: %ENV warnings during builds
Next
From: Peter Eisentraut
Date:
Subject: Re: plpgsql extension install nitpick