Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
F99029933: D12208.diff
Sat, Oct 5, 10:28 PM
Unknown Object (File)
Fri, Oct 4, 8:22 AM
Unknown Object (File)
Fri, Sep 27, 10:22 PM
Unknown Object (File)
Fri, Sep 27, 10:56 AM
Unknown Object (File)
Sun, Sep 8, 12:17 PM
Unknown Object (File)
Aug 15 2024, 1:44 PM
Unknown Object (File)
Aug 14 2024, 5:24 PM
Unknown Object (File)
Aug 6 2024, 5:01 AM
Subscribers

Details

Summary

There are a few instances in which a source or object file is described
twice in a build. This doesn't cause a problem when linking ELF objects
together, but it causes llvm-link to fail when building things via
bitcode instead of the traditional compilation path. Even when building
with ELF objects, however, it's still poor hygene to have these kinds of
redundancies.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable