diff options
author | joerg <joerg> | 2006-05-08 21:29:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-08 21:29:07 +0000 |
commit | e7b6be751e4b2440276409288649a2609ad9e4c3 (patch) | |
tree | e06f77fdd77cbade5b882d559860d0efbbb930d8 | |
parent | 5b7f7df0e2efffe02d332c1795aef6575cb95ee5 (diff) | |
download | pkgsrc-e7b6be751e4b2440276409288649a2609ad9e4c3.tar.gz |
CHECK_FILES is now active by default for PKG_DEVELOPER.
"Just commit it whenever you want" -- jlam
-rw-r--r-- | mk/bsd.pkg.check.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.check.mk b/mk/bsd.pkg.check.mk index 86309223f50..6cae8393cba 100644 --- a/mk/bsd.pkg.check.mk +++ b/mk/bsd.pkg.check.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.check.mk,v 1.30 2006/03/20 01:48:57 jlam Exp $ +# $NetBSD: bsd.pkg.check.mk,v 1.31 2006/05/08 21:29:07 joerg Exp $ # # This Makefile fragment is included by bsd.pkg.mk and defines the # relevant variables and targets for the various install-time "check" @@ -40,6 +40,7 @@ # For PKG_DEVELOPERs, cause some checks to be run automatically by default. .if defined(PKG_DEVELOPER) CHECK_WRKREF?= tools +CHECK_FILES?= yes .endif CHECK_FILES?= no |