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)
Apr 28 2024, 5:55 PM
Unknown Object (File)
Feb 25 2024, 2:17 AM
Unknown Object (File)
Jan 29 2024, 7:14 AM
Unknown Object (File)
Dec 25 2023, 8:39 PM
Unknown Object (File)
Dec 23 2023, 9:44 PM
Unknown Object (File)
Dec 23 2023, 2:23 AM
Unknown Object (File)
Nov 3 2023, 6:08 AM
Unknown Object (File)
Sep 29 2023, 3:17 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).