Page MenuHomeFreeBSD

Fix extra dependencies (DPADD) with DEBUG_FILES.
ClosedPublic

Authored by jhb on Feb 13 2015, 3:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 1:50 AM
Unknown Object (File)
Fri, Nov 14, 11:33 PM
Unknown Object (File)
Fri, Nov 14, 11:33 PM
Unknown Object (File)
Fri, Nov 14, 9:04 PM
Unknown Object (File)
Fri, Nov 14, 6:18 PM
Unknown Object (File)
Sun, Nov 9, 10:10 AM
Unknown Object (File)
Sat, Oct 25, 11:40 PM
Unknown Object (File)
Oct 13 2025, 7:50 AM
Subscribers
None

Details

Summary

Make the extra dependencies in DPADD be dependencies of PROG_FULL
and SHLIB_NAME_FULL so that binary is relinked when a dependency changes.
Right now the existing full binary is left as-is and only the objcopy
to remove debug symbols is run.

Test Plan

Change a library an existing binary depends on (e.g. libstand.a) and
re-build a binary that depends on it (e.g. loader.efi).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jhb retitled this revision from to Fix extra dependencies (DPADD) with DEBUG_FILES..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: emaste.
emaste edited edge metadata.

Looks good -- sorry I missed that.

This revision is now accepted and ready to land.Feb 13 2015, 3:56 PM
jhb updated this revision to Diff 3758.

Closed by commit rS278682 (authored by @jhb).