forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb9721cf
Use normal install program to install server headers.
Commita703269 replaced $(INSTALL) with plain "cp" for installing theserver header files. It sped up "make install" significantly, becausethe old logic called $(INSTALL) separately for every header file,whereas plain "cp" could copy all the files in one command. However, wehave long since made it a requirement that $(INSTALL) can also installmultiple files in one command, see commitf1c5247. Switch back to$(INSTALL).Discussion:https://www.postgresql.org/message-id/200503252305.j2PN52m23610%40candle.pha.pa.usDiscussion:https://www.postgresql.org/message-id/2415283.1641852217%40sss.pgh.pa.us1 parented1542a commitb9721cf
1 file changed
+3
-10
lines changedLines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 |
| - | |
53 |
| - | |
| 51 | + | |
54 | 52 |
| |
55 |
| - | |
| 53 | + | |
56 | 54 |
| |
57 | 55 |
| |
58 | 56 |
| |
59 |
| - | |
| 57 | + | |
60 | 58 |
| |
61 | 59 |
| |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 | 60 |
| |
68 | 61 |
| |
69 | 62 |
| |
|
0 commit comments
Comments
(0)