| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | "David E(dot) Wheeler" <david(at)kineticode(dot)com> |
| Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: `make world` exit code |
| Date: | 2011-07-03 12:58:33 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2011-07-03 13:01:05 | Re: %ENV warnings during builds |
| Previous Message | Peter Eisentraut | 2011-07-03 12:54:32 | Re: %ENV warnings during builds |