diff options
author | rillig <rillig@pkgsrc.org> | 2019-10-06 13:38:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-10-06 13:38:22 +0000 |
commit | 85a24fc4cfba5d2e02f9345d8cb2f3c020ff7b19 (patch) | |
tree | 706a254e779b46128c7e760442ddf58e8b62b621 /mk | |
parent | 1a89644d926bd7f33e5f2d9e4e568acb5fa064f0 (diff) | |
download | pkgsrc-85a24fc4cfba5d2e02f9345d8cb2f3c020ff7b19.tar.gz |
mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECK
Diffstat (limited to 'mk')
-rw-r--r-- | mk/check/check-portability.mk | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/mk/check/check-portability.mk b/mk/check/check-portability.mk index 1976ac0daae..c766961715f 100644 --- a/mk/check/check-portability.mk +++ b/mk/check/check-portability.mk @@ -1,10 +1,11 @@ -# $NetBSD: check-portability.mk,v 1.8 2014/10/12 23:39:17 joerg Exp $ +# $NetBSD: check-portability.mk,v 1.9 2019/10/06 13:38:22 rillig Exp $ # # This file contains some checks that are applied to the configure # scripts to check for certain constructs that are known to cause -# problems on some platforms. +# problems on some platforms. The detailed checks are in +# check-portability.sh. # -# The following variables may be set by the pkgsrc user in mk.conf: +# User-settable variables: # # CHECK_PORTABILITY # Whether to enable some portability checks for the configure @@ -12,15 +13,7 @@ # # Default value: yes for PKG_DEVELOPERs, no otherwise. # -# The following variables may be set by the package: -# -# SKIP_PORTABILITY_CHECK -# Whether the above checks should be skipped for the current -# package. -# -# Default value: no -# Deprecated: Use CHECK_PORTABILITY_SKIP instead. -# Obsolete since 2008-02-20. +# Package-settable variables: # # CHECK_PORTABILITY_SKIP # The list of files that should be skipped in the portability |