The screaming hordes have made their wishes known for a working MD5 checksum

file; as `cksum -m` is no longer functional, convert it to `cksum -a MD5`.
This commit is contained in:
dogcow 2007-02-02 16:11:05 +00:00
parent 4f989cd028
commit 14ae239c93
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2004/06/26 16:09:09 fredb Exp $
# $NetBSD: Makefile,v 1.4 2007/02/02 16:11:05 dogcow Exp $
#
.include <bsd.own.mk>
@ -35,7 +35,7 @@ release: ${UUDECODE_FILES}
(cd ${RELEASEDIR}/${MACHINE}/installation/misc ; \
${TOOL_CKSUM} `basename $$i` >> CKSUM) ; \
(cd ${RELEASEDIR}/${MACHINE}/installation/misc ; \
${TOOL_CKSUM} -m `basename $$i` >> MD5) ; \
${TOOL_CKSUM} -a MD5 `basename $$i` >> MD5) ; \
(cd ${RELEASEDIR}/${MACHINE}/installation/misc ; \
${TOOL_CKSUM} -o2 `basename $$i` >> SYSVSUM) ; \
done
@ -53,7 +53,7 @@ release: ${UUDECODE_FILES}
(cd ${RELEASEDIR}/${MACHINE}/installation/misc/src ; \
${TOOL_CKSUM} `basename $$i` >> CKSUM) ; \
(cd ${RELEASEDIR}/${MACHINE}/installation/misc/src ; \
${TOOL_CKSUM} -m `basename $$i` >> MD5) ; \
${TOOL_CKSUM} -a MD5 `basename $$i` >> MD5) ; \
(cd ${RELEASEDIR}/${MACHINE}/installation/misc/src ; \
${TOOL_CKSUM} -o2 `basename $$i` >> SYSVSUM) ; \
done