forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcee83ef
committed
Invoke submake-generated-headers during "make check", too.
The MAKELEVEL hack to prevent submake-generated-headers from doinganything in child make runs means that we have to explicitly invokeit at top level for "make check", too, in case somebody proceedsdirectly to that without an explicit "make all". (I think thisusage had parallel-make hazards even before the addition of moregenerated headers; but it was totally broken as of3b8f6e7.)Out of paranoia, force the submake-libpq target to depend onsubmake-generated-headers, too. This seems to not be absolutelynecessary today, but it's not really saving us anything to omitthe ordering dependency, and it'll likely break someday without it.Discussion:https://postgr.es/m/20180411103930.GB31461@momjian.us1 parent9289999 commitcee83ef
1 file changed
+7
-7
lines changedLines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
355 | 355 |
| |
356 | 356 |
| |
357 | 357 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
| |||
560 | 560 |
| |
561 | 561 |
| |
562 | 562 |
| |
563 |
| - | |
| 563 | + | |
564 | 564 |
| |
565 | 565 |
| |
566 | 566 |
| |
| |||
820 | 820 |
| |
821 | 821 |
| |
822 | 822 |
| |
823 |
| - | |
| 823 | + | |
824 | 824 |
| |
825 | 825 |
| |
826 | 826 |
| |
|
0 commit comments
Comments
(0)