Date: Sat, 9 May 2020 12:51:10 +0200 From: Mateusz Piotrowski <0mp@FreeBSD.org> To: Kyle Evans <kevans@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r360833 - head Message-ID: <6884f662-2f58-edee-420a-053d07428e7b@FreeBSD.org> In-Reply-To: <202005090201.04921Tpf028388@repo.freebsd.org> References: <202005090201.04921Tpf028388@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, On 5/9/20 4:01 AM, Kyle Evans wrote: > Author: kevans > Date: Sat May 9 02:01:29 2020 > New Revision: 360833 > URL: https://svnweb.freebsd.org/changeset/base/360833 > > Log: > installworld: attempt a certctl rehash at the tail end ... > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Sat May 9 01:48:08 2020 (r360832) > +++ head/Makefile.inc1 Sat May 9 02:01:29 2020 (r360833) > @@ -1403,6 +1403,16 @@ distributeworld installworld stageworld: _installcheck > ${DESTDIR}/${DISTDIR}/${dist}.debug.meta > .endfor > .endif > +.elif make(installworld) && ${MK_CAROOT} != "no" > + # We could make certctl a bootstrap tool, but it requires OpenSSL and > + # friends, which we likely don't want. We'll rehash on a best-effort > + # basis, otherwise we'll just mention that we're not doing it to raise > + # awareness. > + @if which certctl>/dev/null; then \ > + certctl rehash \ I think there is a semicolon missing here.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6884f662-2f58-edee-420a-053d07428e7b>