Browse Source

Copy all of snapshot/ into ${RELEASEDIR}, and produce correct checksum

files.
OPENBSD_2_2
downsj 27 years ago
parent
commit
7a4fe2b381
1 changed files with 5 additions and 8 deletions
  1. +5
    -8
      src/etc/Makefile

+ 5
- 8
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.74 1997/10/21 15:31:18 millert Exp $
# $OpenBSD: Makefile,v 1.75 1997/10/24 12:42:28 downsj Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -195,16 +195,13 @@ release:
release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install
cd ${.CURDIR}/../distrib/sets; csh maketars
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR}
-cd ${RELEASEDIR}; md5 bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > MD5
-cd ${RELEASEDIR}; cksum bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > CKSUM
-cp ${DESTDIR}/snapshot/* ${RELEASEDIR}
-cd ${RELEASEDIR}; md5 * > .MD5; cksum * > .CKSUM; \
mv .MD5 MD5; mv .CKSUM CKSUM
.endif
snapshot: distribution snap_pre snap_tar snap_md
cd ${DESTDIR}/snapshot && cksum * > CKSUMS
cd ${DESTDIR}/snapshot && cksum * > CKSUM
cd ${DESTDIR}/snapshot && md5 * > MD5
snap_pre:


Loading…
Cancel
Save