Browse Source

convert mkr/ckr to shell scripts, use mktemp(1)

OPENBSD_3_1
deraadt 22 years ago
parent
commit
91fd506367
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.134 2001/12/24 09:41:31 deraadt Exp $
# $OpenBSD: Makefile,v 1.135 2001/12/25 01:30:22 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -254,7 +254,7 @@ release:
.else
release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/notes; ${MAKE}; ${MAKE} install
cd ${.CURDIR}/../distrib/sets; csh -f maketars ${OSrev}
cd ${.CURDIR}/../distrib/sets; sh maketars ${OSrev}
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR}


Loading…
Cancel
Save