From 2e52d62f0baa5ba868ba52a00b720555f2d74141 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 7 Nov 2007 10:52:00 +0000 Subject: Activated the check-interpreter for PKG_DEVELOPERs. I don't remember why activating this has taken so long. --- mk/check/check-interpreter.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mk/check/check-interpreter.mk') diff --git a/mk/check/check-interpreter.mk b/mk/check/check-interpreter.mk index df922e4e756..1f6138b43d4 100644 --- a/mk/check/check-interpreter.mk +++ b/mk/check/check-interpreter.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-interpreter.mk,v 1.19 2007/03/24 18:12:08 heinz Exp $ +# $NetBSD: check-interpreter.mk,v 1.20 2007/11/07 10:52:00 rillig Exp $ # # This file checks that after installation, all files of the package # that start with a "#!" line will find their interpreter. Files that @@ -23,7 +23,11 @@ # Example: share/package1/* share/package2/somefile # +.if defined(PKG_DEVELOPER) +CHECK_INTERPRETER?= yes +.else CHECK_INTERPRETER?= no +.endif CHECK_INTERPRETER_SKIP?= # empty _CHECK_INTERP_SKIP= share/doc/* -- cgit v1.2.3