Browse Source

copy *BOOT* too for destdir building

OPENBSD_2_2 OPENBSD_2_2_BASE
deraadt 27 years ago
parent
commit
036b6f4054
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile

+ 2
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 1997/10/24 15:36:42 deraadt Exp $
# $OpenBSD: Makefile,v 1.77 1997/10/24 15:57:13 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -197,6 +197,7 @@ release: distribution snap_pre snap_md
cd ${.CURDIR}/../distrib/sets; csh maketars
-cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/INSTALL.* ${RELEASEDIR}
-cp ${DESTDIR}/snapshot/*.fs ${DESTDIR}/snapshot/*.fs.gz ${RELEASEDIR}
-cd ${RELEASEDIR}; md5 bsd* *boot* *BOOT* INSTALL.* *.fs *.gz > MD5


Loading…
Cancel
Save