forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c96685
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 parent5c8dabe commit1c96685
2 files changed
+5
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
| 346 | + | |
346 | 347 |
| |
347 | 348 |
| |
348 | 349 |
| |
| |||
385 | 386 |
| |
386 | 387 |
| |
387 | 388 |
| |
| 389 | + | |
388 | 390 |
| |
389 | 391 |
| |
390 | 392 |
| |
| |||
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
| 410 | + | |
408 | 411 |
| |
409 | 412 |
| |
410 | 413 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| |||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
|
0 commit comments
Comments
(0)