pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files The type of BUILTIN_FIND_GREP.*...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0cbe4ef4531
branches: trunk
changeset: 535403:a0cbe4ef4531
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Nov 16 08:11:16 2007 +0000
description:
The type of BUILTIN_FIND_GREP.* had been wrong. It's not List of
ShellWord, but a simple String. This has led to some confusion in
db1.builtin.mk.
diffstat:
pkgtools/pkglint/files/makevars.map | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7b7afb20cef7 -r a0cbe4ef4531 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map Fri Nov 16 08:07:18 2007 +0000
+++ b/pkgtools/pkglint/files/makevars.map Fri Nov 16 08:11:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.173 2007/11/03 14:49:43 rillig Exp $
+# $NetBSD: makevars.map,v 1.174 2007/11/16 08:11:16 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -190,7 +190,7 @@
BUILTIN_PKG.* PkgName [builtin.mk:psu]
BUILTIN_FIND_FILES_VAR List of Varname [builtin.mk:s]
BUILTIN_FIND_FILES.* List of Pathname [builtin.mk:s]
-BUILTIN_FIND_GREP.* List of ShellWord [builtin.mk:s]
+BUILTIN_FIND_GREP.* String [builtin.mk:s]
BUILTIN_FIND_LIBS List of Pathname [builtin.mk:s]
BUILTIN_IMAKE_CHECK List of Unchecked [builtin.mk:s]
BUILTIN_IMAKE_CHECK.* YesNo []
Home |
Main Index |
Thread Index |
Old Index