diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:04:59 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 13:04:59 +0000 |
commit | 3eb0e2b948b3e649f9130bb3c08bba356e00117d (patch) | |
tree | f6419b5b4f85158ebe4484783dc5883713b64443 /share | |
parent | a52c80f56a59f21065cadd36443d5ed4284d8a78 (diff) |
pof for check-lib-depends
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 94440a4c71b..e32ae3738ad 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.596 2023/09/05 13:02:11 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.597 2023/09/05 13:04:58 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1327,7 +1327,10 @@ This is essentially the same as running after each package build. Defaults to .Sq \&No , -as this can be a big performance hit. +as this can be a big performance hit, and also because +.Ev lib-depends-check +doesn't know about library subdirectories or dynamic loading through +.Xr dlopen 3 . .It Ev CHECKSUMFILES List of all files that need to be retrieved by .Cm fetch , |