Do not attempt to install CHECKSUM.* files when not building

an -RC or -RELEASE.

Reported by:	David Boyd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-12-28 15:41:35 +00:00
parent 96d5bbca9d
commit d2f69ee033
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52735

View file

@ -56,6 +56,7 @@ _ARM64_AARCH64?=PINE64 \
PINE64-LTS \
RPI3
.if (${_BRANCH:MRC*} != "" || ${_BRANCH:MRELEASE*} != "")
.for CHECKSUM in SHA512 SHA256
. for _B in ${_BIGIRON}
DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-${_B}.asc
@ -73,5 +74,6 @@ DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm-armv7-${_A}.asc
DATA+= CHECKSUM.${CHECKSUM}-${THISRELEASE}-arm64-aarch64-${_A}.asc
. endfor
.endfor
.endif # _BRANCH !RC* || RELEASE*
.include "${DOC_PREFIX}/share/mk/web.site.mk"