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)
Jan 15 2024, 3:39 AM
Unknown Object (File)
Dec 27 2023, 10:17 AM
Unknown Object (File)
Dec 22 2023, 8:52 PM
Unknown Object (File)
Dec 20 2023, 8:38 AM
Unknown Object (File)
Nov 4 2023, 6:27 AM
Unknown Object (File)
Oct 13 2023, 4:27 PM
Unknown Object (File)
Oct 13 2023, 3:50 PM
Unknown Object (File)
Oct 12 2023, 7:11 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