Automatically generate the CHECKSUM.MD5 file for ISO's.

Approved by:	scottl
This commit is contained in:
David E. O'Brien 2003-12-01 10:46:45 +00:00
parent 0f5075bec4
commit eb9bb3ee55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123084

View File

@ -937,6 +937,7 @@ iso.1:
${CD_EXTRA_BITS} \
&& false
.endif
@(cd ${CD} && md5 *.iso > ${BUILDNAME}-${TARGET}-iso.CHECKSUM.MD5)
touch ${.TARGET}
.else
@echo "Do not know how to create an ISO for ${TARGET_ARCH}."