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)
Mon, Oct 13, 7:50 AM
Unknown Object (File)
Sat, Oct 11, 4:30 PM
Unknown Object (File)
Tue, Oct 7, 12:48 PM
Unknown Object (File)
Sun, Oct 5, 7:00 AM
Unknown Object (File)
Fri, Sep 19, 12:01 PM
Unknown Object (File)
Wed, Sep 17, 11:37 PM
Unknown Object (File)
Sep 14 2025, 11:25 AM
Unknown Object (File)
Sep 10 2025, 1:53 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
Lint Skipped
Unit
Tests Skipped

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).