pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Documented the ksh-compatible form of the SKI...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cfff868c8c6b
branches: trunk
changeset: 521332:cfff868c8c6b
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 09 15:12:46 2006 +0000
description:
Documented the ksh-compatible form of the SKIP_FILTER.
diffstat:
mk/check/check-subr.sh | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r c590ec8d56b7 -r cfff868c8c6b mk/check/check-subr.sh
--- a/mk/check/check-subr.sh Thu Nov 09 15:12:15 2006 +0000
+++ b/mk/check/check-subr.sh Thu Nov 09 15:12:46 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-subr.sh,v 1.2 2006/11/09 10:52:21 rillig Exp $
+# $NetBSD: check-subr.sh,v 1.3 2006/11/09 15:12:46 rillig Exp $
#
# This file contains shell functions that are used by the various shell
# programs that check things in pkgsrc. All these programs must be
@@ -22,7 +22,9 @@
# 1. The SKIP_FILTER variable can be used in the following pattern,
# usually inside a "for" or "while" loop.
#
-# eval "case \"\$fname\" in $SKIP_FILTER *.orig) continue;; esac"
+# skip=no
+# eval "case \"\$fname\" in $SKIP_FILTER *.orig) skip=yes;; esac"
+# [ $skip = no ] || continue
#
# 2. The programs using this file are run with the tools wrapper
# directory in the PATH, so they call the utilities by their base names.
Home |
Main Index |
Thread Index |
Old Index