Browse Source

When building a snapshot, install the compile.tgz file to builder's

/usr/share/ so that next boot will find it and perhaps use it.
ok tb rpe
OPENBSD_6_2
deraadt 7 years ago
parent
commit
4f14619a0e
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.458 2017/06/13 17:09:52 deraadt Exp $
# $OpenBSD: Makefile,v 1.459 2017/06/21 23:52:55 deraadt Exp $
.include <bsd.own.mk>
@ -273,6 +273,7 @@ do-release:
release-sets:
su ${BUILDUSER} -c 'exec ${MAKE} distribution'
su ${BUILDUSER} -c 'exec ${MAKE} kernels'
cp -p ${DESTDIR}/usr/share/compile.tgz /usr/share/compile.tgz
${MAKE} bootblocks
cd ${RELEASEDIR} && rm -f SHA256
cd ../distrib/sets && exec su ${BUILDUSER} -c 'exec sh maketars ${OSrev}'


Loading…
Cancel
Save