forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e21450
committed
Use .NOTPARALLEL in ecpg/Makefile to avoid a gmake parallelism bug.
Investigation shows that some intermittent build failures in ecpg are theresult of a gmake bug that was reported quite some time ago:http://savannah.gnu.org/bugs/?30653Preventing parallel builds of the ecpg subdirectories seems to dodge thebug. Per yesterday's pgsql-hackers discussion, there are some other thingsin the subdirectory makefiles that seem rather unsafe for parallel buildstoo, but there's little point in fixing them as long as we have to workaround a make bug.Back-patch to 9.1; parallel builds weren't very well supported beforethat anyway.1 parentff0b18c commit1e21450
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 | | |
8 | 16 | | |
9 | 17 | | |
| |||
0 commit comments
Comments
(0)