pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Activated the check-interpreter for PKG_DEVEL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c653699d374d
branches: trunk
changeset: 535073:c653699d374d
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Nov 07 10:52:00 2007 +0000
description:
Activated the check-interpreter for PKG_DEVELOPERs. I don't remember why
activating this has taken so long.
diffstat:
mk/check/check-interpreter.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r e16e728f135f -r c653699d374d mk/check/check-interpreter.mk
--- a/mk/check/check-interpreter.mk Wed Nov 07 10:29:34 2007 +0000
+++ b/mk/check/check-interpreter.mk Wed Nov 07 10:52:00 2007 +0000
@@ -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/*
Home |
Main Index |
Thread Index |
Old Index