Re: [HACKERS] rm static libraries before rebuilding

2015-03-01 Thread Alvaro Herrera
Noah Misch wrote: > We build static libraries with "ar crs" or "ar cr". If the static library > already exists in the build directory, those commands will add new members and > replace existing members. They will not remove members present in the > existing library but not named on the "ar" comma

Re: [HACKERS] rm static libraries before rebuilding

2015-02-28 Thread Tom Lane
Noah Misch writes: > We build static libraries with "ar crs" or "ar cr". If the static library > already exists in the build directory, those commands will add new members and > replace existing members. They will not remove members present in the > existing library but not named on the "ar" com

[HACKERS] rm static libraries before rebuilding

2015-02-28 Thread Noah Misch
We build static libraries with "ar crs" or "ar cr". If the static library already exists in the build directory, those commands will add new members and replace existing members. They will not remove members present in the existing library but not named on the "ar" command line. This matters whe