summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-07 06:30:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-05-07 06:30:58 +0000
commite92df70c29a8f0988650d0a28c65fe06aff89e25 (patch)
treee8aaf92cf6884f855750be2c32568c22a306c88b
parent365f1cef2725e91c8a9f68941fe2f27e7d988a56 (diff)
more careful release build
-rw-r--r--etc/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 304bac8fffe..5b39134236f 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.51 1997/05/03 19:51:10 deraadt Exp $
+# $OpenBSD: Makefile,v 1.52 1997/05/07 06:30:57 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -182,11 +182,11 @@ release:
release:
cd ${.CURDIR}; ${MAKE} snapshot
cd ${.CURDIR}/../distrib/sets; csh maketars
- cp ${DESTDIR}/snapshot/bsd ${RELEASEDIR}
- cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
- cp ${DESTDIR}/snapshot/*.fs *.fs.gz ${RELEASEDIR}
- cd ${RELEASEDIR}; md5 bsd INSTALL.* *.fs *.gz > MD5
- cd ${RELEASEDIR}; cksum bsd INSTALL.* *.fs *.gz > CKSUM
+ -cp ${DESTDIR}/snapshot/bsd ${RELEASEDIR}
+ -cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
+ -cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR}
+ -cd ${RELEASEDIR}; md5 bsd INSTALL.* *.fs *.gz > MD5
+ -cd ${RELEASEDIR}; cksum bsd INSTALL.* *.fs *.gz > CKSUM
.endif
snapshot: distribution snap_pre snap_tar snap_md