Revert r360833, r360882: certctl rehash in installworld

This was solving the correct-ish problem in the wrong place. Noted by
brooks; while he didn't request a prompt revert, doing so now will
facilitate proper testing for the revised version of this.
This commit is contained in:
Kyle Evans 2020-05-18 01:48:55 +00:00
parent 09841aabfa
commit 20076f97fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361149

View File

@ -1403,16 +1403,6 @@ distributeworld installworld stageworld: _installcheck_world .PHONY
${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; \
else \
echo "No certctl on the host, not rehashing target -- /etc/ssl may not be populated."; \
fi
.endif
packageworld: .PHONY