From ae68c42dd98b4d094b643373d3bc2b837bf878c9 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 27 Jun 2005 16:25:43 +0000 Subject: pkglint does not output any "OK" lines by default, so there's no need to filter them out. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index c1a89132aca..ec6bb3aab45 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ list: # 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 -- cgit v1.2.3