forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcca563f
committed
Reduce worst-case shell command line length during "make install".
Addition of the catalog/pg_foo_d.h headers seems to have pushed us overthe brink of the maximum command line length for some older platformsduring "make install" for our header files. The main culprit here isrepetition of the target directory path, which could be long.Rearrange so that we don't repeat that once per file, but only onceper subdirectory.Per buildfarm.Discussion:https://postgr.es/m/E1f5Dwm-0004n5-7O@gemulon.postgresql.org1 parentcefa387 commitcca563f
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 | 54 |
| |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
59 |
| - | |
60 | 58 |
| |
61 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
|
0 commit comments
Comments
(0)