]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354859:
authorDimitry Andric <dim@FreeBSD.org>
Wed, 8 Jan 2020 21:22:44 +0000 (21:22 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Wed, 8 Jan 2020 21:22:44 +0000 (21:22 +0000)
commit05a224db786bb03ac92b278dea56cae31f72aa04
treec738e255ece779782a502fc2570ea418f6b934d5
parent4372a4e795fb82e77fe11b6988e0a46bd4a42490
MFC r354859:

WITH_SYSTEM_LINKER: Fix rebuilding lld every time.

This is due to LLD_REVISION_STRING being renamed to LLD_REVISION in
r351442 and the value being moved to another location in r351965.

`make test-system-linker` can be used to see the values being used here.

Reported by: ler
Makefile.inc1