diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-04 03:49:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-04 03:49:19 +0000 |
commit | 97ec0a9cd53c2860e32510b0e553677e4cc89ceb (patch) | |
tree | 70dc7e7710373640e7845c8be169ce0e2608e75c /etc/Makefile | |
parent | ec952e9183677d6369513031c05b09bd06afbea5 (diff) |
stop shipping CKSUM files; people can use the MD5 files
(this decreases build time a bit too)
ok todd (and i assume legacy-architecture-miod would not object either)
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 64cd97953fd..11e4dc7ef6e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.250 2007/02/27 02:25:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.251 2007/05/04 03:49:17 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -275,9 +275,7 @@ release: distribution snap_pre snap_md *.iso *.gz *.tgz > MD5 -cd ${RELEASEDIR}; \ cksum *bsd!(*.gz) *boot* cdbr *BOOT* INSTALL.* Packages *.fs \ - *.iso *.gz *.tgz > CKSUM -cd ${RELEASEDIR} && sort -o MD5 MD5 - -cd ${RELEASEDIR} && sort -o CKSUM -k 3 CKSUM snap_pre: ${SUDO} /bin/rm -rf ${DESTDIR}/snapshot |