]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release: don't checksum images if there are none
authorMitchell Horne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:48:50 +0000 (00:48 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 8 Dec 2020 00:48:50 +0000 (00:48 +0000)
commit3083b412e9fe246d325006f0b00bd63bd4f7445f
tree17c0edeb074a8e7afb52e9d9cf41749fcf68fb8e
parenta0b9e2e854027e6ff61fb075a1309dbc71c42b54
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