| From: | "David E(dot) Wheeler" <david(at)kineticode(dot)com> |
|---|---|
| To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | `make world` exit code |
| Date: | 2011-07-03 05:36:57 |
| Message-ID: | FF4D7353-2165-4509-9669-FED2371069F4@kineticode.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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?
I'm on:
Linux version 2.6.39.1-x86_64-linode19 (root(at)build(dot)linode(dot)com) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #1 SMP Tue Jun 21 10:04:20 EDT 2011
Thanks,
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brar Piening | 2011-07-03 07:28:07 | Re: Visual Studio 2010/Windows SDK 7.1 support |
| Previous Message | Josh Kupershmidt | 2011-07-03 03:42:57 | Re: plpgsql extension install nitpick |