pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk pkglint does not output any "OK" lines by default, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12b248f24315
branches:  trunk
changeset: 496392:12b248f24315
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jun 27 16:25:43 2005 +0000

description:
pkglint does not output any "OK" lines by default, so there's no need to
filter them out.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a70bc355f40 -r 12b248f24315 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Jun 27 16:04:08 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Jun 27 16:25:43 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1704 2005/06/27 13:34:41 wiz Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1705 2005/06/27 16:25:43 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -3058,7 +3058,7 @@
 # Run pkglint:
 .PHONY: lint
 lint:
-       ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint | ${GREP} -v ^OK
+       ${_PKG_SILENT}${_PKG_DEBUG}${LOCALBASE}/bin/pkglint
 
 # Create a binary package from an install package using "pkg_tarup"
 .PHONY: tarup



Home | Main Index | Thread Index | Old Index