forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc3b0baf
committed
Unlink static libraries before rebuilding them.
When the library already exists in the build directory, "ar" preservesmembers not named on its command line. This mattered when, for example,a "configure" rerun dropped a file from $(LIBOBJS). libpgport carriedthe obsolete member until "make clean". Back-patch to 9.0 (allsupported versions).1 parent6f41995 commitc3b0baf
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
| 321 | + | |
321 | 322 |
| |
322 | 323 |
| |
323 | 324 |
| |
| |||
360 | 361 |
| |
361 | 362 |
| |
362 | 363 |
| |
| 364 | + | |
363 | 365 |
| |
364 | 366 |
| |
365 | 367 |
| |
| |||
380 | 382 |
| |
381 | 383 |
| |
382 | 384 |
| |
| 385 | + | |
383 | 386 |
| |
384 | 387 |
| |
385 | 388 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
60 | 61 |
| |
61 | 62 |
| |
62 | 63 |
| |
| 64 | + | |
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
|
0 commit comments
Comments
(0)