diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 14:41:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 14:41:18 +0000 |
commit | c96b6cb9142c7310f0a0013b3b94dfed1b37d39b (patch) | |
tree | 94edf638acecff997f2e70cf7c12a7cc827ea455 /mk/check/check-headers.mk | |
parent | 9ebb701fce0e7e60b504b9bf584802fb34a2a7c2 (diff) | |
download | pkgsrc-c96b6cb9142c7310f0a0013b3b94dfed1b37d39b.tar.gz |
Fixed the SKIP_FILTER command so that NetBSD's ksh can handle it as well.
Diffstat (limited to 'mk/check/check-headers.mk')
-rw-r--r-- | mk/check/check-headers.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-headers.mk b/mk/check/check-headers.mk index 1fcd04a6e57..2a0c22c885f 100644 --- a/mk/check/check-headers.mk +++ b/mk/check/check-headers.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-headers.mk,v 1.1 2006/11/09 02:53:15 rillig Exp $ +# $NetBSD: check-headers.mk,v 1.2 2006/11/09 14:41:18 rillig Exp $ # # This file checks the C and C++ header files for possible problems. # @@ -33,5 +33,5 @@ _check-headers: [ -d ${WRKSRC}/. ] || exit 0; \ cd ${WRKSRC}; \ env PKGSRCDIR=${PKGSRCDIR:Q} \ - SKIP_FILTER=${CHECK_HEADERS_SKIP:@p@${p}) continue;;@:Q} \ + SKIP_FILTER=${CHECK_HEADERS_SKIP:@p@${p}) skip=yes;;@:Q} \ sh ${PKGSRCDIR}/mk/check/check-headers.sh |