Fri Jan 19 00:25:38 2024 UTC (130d)
mk/check: remove documentation that was never implemented


(rillig)
diff -r1.11 -r1.12 pkgsrc/mk/check/bsd.check.mk

cvs diff -r1.11 -r1.12 pkgsrc/mk/check/bsd.check.mk (expand / switch to unified diff)

--- pkgsrc/mk/check/bsd.check.mk 2022/01/18 01:41:09 1.11
+++ pkgsrc/mk/check/bsd.check.mk 2024/01/19 00:25:38 1.12
@@ -1,34 +1,26 @@ @@ -1,34 +1,26 @@
1# $NetBSD: bsd.check.mk,v 1.11 2022/01/18 01:41:09 pho Exp $ 1# $NetBSD: bsd.check.mk,v 1.12 2024/01/19 00:25:38 rillig Exp $
2# 2#
3# This Makefile fragment is included by bsd.pkg.mk and provides all 3# This Makefile fragment is included by bsd.pkg.mk and provides all
4# variables and targets related to build and install checks. 4# variables and targets related to build and install checks.
5# 5#
6# There are some predefined hooks where checks can be added: 6# There are some predefined hooks where checks can be added:
7# 7#
8# pre-configure-checks-hook 8# pre-configure-checks-hook
9# Is run before configuring the package. 9# Is run before configuring the package.
10# 10#
11# pre-build-checks-hook 11# pre-build-checks-hook
12# Is run before building the package. 12# Is run before building the package.
13# 13#
14# #notyet post-install-privileged-checks-hook 
15# Is run after the installation, as the user who installed 
16# the package. 
17# 
18# #notyet post-install-checks-hook 
19# Is run after the installation, as the user who built 
20# the package. 
21# 
22# The following are the "public" targets provided this module: 14# The following are the "public" targets provided this module:
23# 15#
24# check-files-pre, check-files-post, check-files 16# check-files-pre, check-files-post, check-files
25# check-interpreter, check-shlibs, check-vulnerable, check-wrkref 17# check-interpreter, check-shlibs, check-vulnerable, check-wrkref
26# 18#
27 19
28.include "check-files.mk" 20.include "check-files.mk"
29.include "check-headers.mk" 21.include "check-headers.mk"
30.include "check-interpreter.mk" 22.include "check-interpreter.mk"
31.include "check-perms.mk" 23.include "check-perms.mk"
32.include "check-pie.mk" 24.include "check-pie.mk"
33.include "check-portability.mk" 25.include "check-portability.mk"
34.include "check-relro.mk" 26.include "check-relro.mk"