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)
Sat, Feb 22, 3:26 PM
Unknown Object (File)
Thu, Feb 20, 11:44 PM
Unknown Object (File)
Jan 25 2025, 9:02 PM
Unknown Object (File)
Jan 21 2025, 8:17 PM
Unknown Object (File)
Jan 19 2025, 12:15 PM
Unknown Object (File)
Jan 18 2025, 9:59 AM
Unknown Object (File)
Jan 5 2025, 9:09 AM
Unknown Object (File)
Nov 28 2024, 2:12 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