]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release: don't checksum images if there are none
authormhorne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:48:50 +0000 (00:48 +0000)
committermhorne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:48:50 +0000 (00:48 +0000)
commit6c894501edc7ba5d684cd09c908c51f4adc722c5
tree17c0edeb074a8e7afb52e9d9cf41749fcf68fb8e
parentda4352c5567c8b638f6bfaa7c0fd94a4dc4b688f
release: don't checksum images if there are none

For platforms that don't have any of the memstick, cdrom, or dvdrom
release images (i.e. riscv64), the release-install target will trip up
when invoking md5(1) on the non-existent image files. Skipping this
allows the install to complete successfully.
release/Makefile