forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6b61b64
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 parent82e0d6e commit6b61b64
2 files changed
+5
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
| 345 | + | |
345 | 346 |
| |
346 | 347 |
| |
347 | 348 |
| |
| |||
384 | 385 |
| |
385 | 386 |
| |
386 | 387 |
| |
| 388 | + | |
387 | 389 |
| |
388 | 390 |
| |
389 | 391 |
| |
| |||
404 | 406 |
| |
405 | 407 |
| |
406 | 408 |
| |
| 409 | + | |
407 | 410 |
| |
408 | 411 |
| |
409 | 412 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
|
0 commit comments
Comments
(0)