Page MenuHomeFreeBSD

D24641.id71208.diff
No OneTemporary

D24641.id71208.diff

Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -1403,6 +1403,16 @@
${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

File Metadata

Mime Type
text/plain
Expires
Sat, May 23, 1:46 PM (6 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33447540
Default Alt Text
D24641.id71208.diff (686 B)

Event Timeline