- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitadba4b7
committed
Add output directory option to gen_node_support.pl
This is in preparation for building postgres with meson / ninja.When building with meson, commands are run at the root of the build tree. Addan option to put build output into the appropriate place. This can be utilizedby src/tools/msvc/ for a minor simplification, which also provides somecoverage for the new option.Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/5e216522-ba3c-f0e6-7f97-5276d0270029@enterprisedb.com1 parentc8a9246 commitadba4b7
2 files changed
+21
-17
lines changedLines changed: 18 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| 22 | + | |
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 |
| |
29 | 36 |
| |
30 | 37 |
| |
| |||
576 | 583 |
| |
577 | 584 |
| |
578 | 585 |
| |
579 |
| - | |
| 586 | + | |
580 | 587 |
| |
581 | 588 |
| |
582 | 589 |
| |
| |||
620 | 627 |
| |
621 | 628 |
| |
622 | 629 |
| |
623 |
| - | |
| 630 | + | |
624 | 631 |
| |
625 |
| - | |
| 632 | + | |
626 | 633 |
| |
627 |
| - | |
| 634 | + | |
628 | 635 |
| |
629 |
| - | |
| 636 | + | |
630 | 637 |
| |
631 | 638 |
| |
632 | 639 |
| |
| |||
819 | 826 |
| |
820 | 827 |
| |
821 | 828 |
| |
822 |
| - | |
| 829 | + | |
823 | 830 |
| |
824 |
| - | |
| 831 | + | |
825 | 832 |
| |
826 |
| - | |
| 833 | + | |
827 | 834 |
| |
828 |
| - | |
| 835 | + | |
829 | 836 |
| |
830 | 837 |
| |
831 | 838 |
| |
| |||
1130 | 1137 |
| |
1131 | 1138 |
| |
1132 | 1139 |
| |
1133 |
| - | |
| 1140 | + | |
1134 | 1141 |
| |
1135 | 1142 |
| |
1136 | 1143 |
| |
| |||
1144 | 1151 |
| |
1145 | 1152 |
| |
1146 | 1153 |
| |
1147 |
| - | |
| 1154 | + | |
1148 | 1155 |
| |
1149 | 1156 |
| |
1150 | 1157 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
865 | 865 |
| |
866 | 866 |
| |
867 | 867 |
| |
868 |
| - | |
| 868 | + | |
869 | 869 |
| |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
| 870 | + | |
| 871 | + | |
874 | 872 |
| |
875 | 873 |
| |
876 |
| - | |
877 | 874 |
| |
878 | 875 |
| |
879 | 876 |
| |
|
0 commit comments
Comments
(0)