summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-24 15:36:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-24 15:36:43 +0000
commitff68ae8ed13f4c2033ff0e983dac947baa782879 (patch)
tree11f0018178ddae35b1b2b214eba256e4f1c0f6bd
parenta6d161b296aedf993ced1010c882474d095c637d (diff)
wrong, Jason, wrong
-rw-r--r--etc/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 452f5ec55c7..11869d72de6 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.75 1997/10/24 12:42:28 downsj Exp $
+# $OpenBSD: Makefile,v 1.76 1997/10/24 15:36:42 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -195,13 +195,16 @@ release:
release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install
cd ${.CURDIR}/../distrib/sets; csh maketars
- -cp ${DESTDIR}/snapshot/* ${RELEASEDIR}
- -cd ${RELEASEDIR}; md5 * > .MD5; cksum * > .CKSUM; \
- mv .MD5 MD5; mv .CKSUM CKSUM
+ -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
.endif
snapshot: distribution snap_pre snap_tar snap_md
- cd ${DESTDIR}/snapshot && cksum * > CKSUM
+ cd ${DESTDIR}/snapshot && cksum * > CKSUMS
cd ${DESTDIR}/snapshot && md5 * > MD5
snap_pre: