Browse Source

split release target off from snapshot targ

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

+ 2
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.56 1997/05/12 22:21:50 deraadt Exp $
# $OpenBSD: Makefile,v 1.57 1997/05/16 18:02:22 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -183,8 +183,7 @@ release:
@echo setenv RELEASEDIR before building a release.
@false
.else
release:
cd ${.CURDIR}; ${MAKE} snapshot
release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/sets; csh maketars
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}


Loading…
Cancel
Save