ar cr is an update of an archive, not a creation of a new one. During
incremental builds (e.g. with meta mode) the archive was not getting
cleaned, and so could retain now-deleted objects from previous builds.
Now, delete the archive before creating/updating it.
Details
Details
- Reviewers
arichardson bdrewery kib - Commits
- rS368788: rtld-libc: fix incremental build
make buildworld after a failed experiment with rtld-libc and
WITH_META_MODE=YES.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
libexec/rtld-elf/rtld-libc/Makefile.inc | ||
---|---|---|
98 ↗ | (On Diff #80872) | Normally we do @rm to hide the command. |