]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: limit PKG_VERSION_FROM calculation to real-update-packages
authorKyle Evans <kevans@FreeBSD.org>
Mon, 18 Jan 2021 19:34:54 +0000 (13:34 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 18 Jan 2021 19:34:54 +0000 (13:34 -0600)
commit95ae95d413bdbab9b7360d190a81c18aadf440f7
treee4c3feedf1f4764af229c68075ab10ff54bd482f
parent76ad42abf9d46c7a86c9e727603fe62e8b62a37b
pkgbase: limit PKG_VERSION_FROM calculation to real-update-packages

PKG_ABI is defined in some other targets that do not need to shell out and
calculate PKG_VERSION_FROM. Moreover, it produces extra errors when
bootstrapping an initial pkgbase repo, as the /latest link doesn't exist
yet.
Makefile.inc1