Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 11:57 AM
Unknown Object (File)
Tue, Nov 4, 1:57 PM
Unknown Object (File)
Fri, Oct 31, 10:39 PM
Unknown Object (File)
Wed, Oct 29, 2:08 AM
Unknown Object (File)
Mon, Oct 27, 6:43 AM
Unknown Object (File)
Sun, Oct 26, 1:24 AM
Unknown Object (File)
Thu, Oct 23, 6:20 PM
Unknown Object (File)
Wed, Oct 15, 6:34 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