Browse Source

copy *boot* from snapshot too, if they exist

OPENBSD_2_1
deraadt 27 years ago
parent
commit
a6aa377acc
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/etc/Makefile

+ 4
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 1997/05/12 19:29:53 deraadt Exp $
# $OpenBSD: Makefile,v 1.56 1997/05/12 22:21:50 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -187,10 +187,11 @@ release:
cd ${.CURDIR}; ${MAKE} snapshot
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* INSTALL.* *.fs *.gz > MD5
-cd ${RELEASEDIR}; cksum bsd* INSTALL.* *.fs *.gz > CKSUM
-cd ${RELEASEDIR}; md5 bsd* *boot* INSTALL.* *.fs *.gz > MD5
-cd ${RELEASEDIR}; cksum bsd* *boot* INSTALL.* *.fs *.gz > CKSUM
.endif
snapshot: distribution snap_pre snap_tar snap_md


Loading…
Cancel
Save