Browse Source

Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber.

ok millert@ miod@ deraadt@
OPENBSD_3_3
drahn 21 years ago
parent
commit
ea290640cc
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/etc/Makefile

+ 5
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.180 2003/03/10 21:08:44 millert Exp $
# $OpenBSD: Makefile,v 1.181 2003/03/24 18:15:27 drahn Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -279,9 +279,11 @@ release: distribution snap_pre snap_md
-cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR}
-cd ${RELEASEDIR}; \
md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > MD5
md5 bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.iso *.gz *.tgz \
> MD5
-cd ${RELEASEDIR}; \
cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.gz *.tgz > CKSUM
cksum bsd!(*.gz) *boot* *BOOT* INSTALL.* *.fs *.iso *.gz *.tgz \
> CKSUM
.if defined(MACHINE_HAS_TOOLS)
mkdir -p ${RELEASEDIR}/tools
cp ${DESTDIR}/snapshot/tools/* ${RELEASEDIR}/tools


Loading…
Cancel
Save