From: deraadt Date: Wed, 21 Jun 2017 23:52:55 +0000 (+0000) Subject: When building a snapshot, install the compile.tgz file to builder's X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7531e4048dad1e45b71cebfe50b607555fa4747e;p=openbsd 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 --- diff --git a/etc/Makefile b/etc/Makefile index decc352c420..4b46239c31c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 @@ -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}'