- Notifications
You must be signed in to change notification settings - Fork5
Commit843363b
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 parent45d1f1e commit843363b
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
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)