Page MenuHomeFreeBSD

Remove redundant source, object files.
ClosedPublic

Authored by jonathan on Sep 1 2017, 6:08 PM.
Tags
None
Referenced Files
F113927020: D12208.id32596.diff
Sat, Apr 5, 5:34 PM
Unknown Object (File)
Wed, Mar 26, 12:41 AM
Unknown Object (File)
Thu, Mar 13, 6:58 AM
Unknown Object (File)
Tue, Mar 11, 12:53 AM
Unknown Object (File)
Sun, Mar 9, 11:53 AM
Unknown Object (File)
Feb 22 2025, 3:26 PM
Unknown Object (File)
Feb 20 2025, 11:44 PM
Unknown Object (File)
Jan 25 2025, 9:02 PM
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