diff options
author | 1997-05-07 06:30:57 +0000 | |
---|---|---|
committer | 1997-05-07 06:30:57 +0000 | |
commit | 4d99019bb99b105fe93b030040b637d18c5578a7 (patch) | |
tree | ce5b4beb5bc16ea4527a480f9bf30b610d66657b | |
parent | = not eq (diff) | |
download | wireguard-openbsd-4d99019bb99b105fe93b030040b637d18c5578a7.tar.xz wireguard-openbsd-4d99019bb99b105fe93b030040b637d18c5578a7.zip |
more careful release build
-rw-r--r-- | etc/Makefile | 12 |
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 |