]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the extra dependencies in DPADD be dependencies of PROG_FULL and
authorjhb <jhb@FreeBSD.org>
Fri, 13 Feb 2015 17:33:27 +0000 (17:33 +0000)
committerjhb <jhb@FreeBSD.org>
Fri, 13 Feb 2015 17:33:27 +0000 (17:33 +0000)
commitfcac47744db3b9611eece768036345acc7c9ff05
tree4067f2dd25d4c60189a88943c7232364ee6f11a2
parentee4071c1c938a982d7ee306a64580f52173c3130
Make the extra dependencies in DPADD be dependencies of PROG_FULL and
SHLIB_NAME_FULL so that the full 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.

Differential Revision: https://reviews.freebsd.org/D1834
Reviewed by: emaste
MFC after: 3 days
share/mk/bsd.lib.mk
share/mk/bsd.prog.mk