- Notifications
You must be signed in to change notification settings - Fork5
Commit1fc698c
committed
Suppress parallel build in interfaces/ecpg/preproc/.
This is to see if it will stop intermittent build failures on buildfarmmember okapi. We know that gmake 3.82 has some problems with sometimesnot honoring dependencies in parallel builds, and it seems likely thatthis is more of the same. Since the vast bulk of the work in the preprocdirectory is associated with creating preproc.c and then preproc.o,parallelism buys us hardly anything here anyway.Also, make both this .NOTPARALLEL and the one previously added ininterfaces/ecpg/Makefile be conditional on "ifeq ($(MAKE_VERSION),3.82)".The known bug in gmake is fixed upstream and should not be present in3.83 and up, and there's no reason to think it affects older releases.1 parent3c84046 commit1fc698c
2 files changed
+8
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 |
| |
34 | 40 |
| |
35 | 41 |
| |
|
0 commit comments
Comments
(0)