Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 60ABD1A9217 for ; Thu, 10 Dec 2020 17:03:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C988284D7A; Thu, 10 Dec 2020 17:03:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1017284D71 for ; Thu, 10 Dec 2020 17:03:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D-s8aN-9lwVh for ; Thu, 10 Dec 2020 17:03:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 99C8484CDA for ; Thu, 10 Dec 2020 17:03:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 96B54FA9D; Thu, 10 Dec 2020 17:03:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1607619836179710" MIME-Version: 1.0 Date: Thu, 10 Dec 2020 17:03:56 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/binutils To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20201210170356.96B54FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1607619836179710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Thu Dec 10 17:03:56 UTC 2020 Modified Files: pkgsrc/devel/binutils: Makefile Log Message: binutils: add a test target. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/binutils/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1607619836179710 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/binutils/Makefile diff -u pkgsrc/devel/binutils/Makefile:1.86 pkgsrc/devel/binutils/Makefile:1.87 --- pkgsrc/devel/binutils/Makefile:1.86 Sun Dec 6 18:07:53 2020 +++ pkgsrc/devel/binutils/Makefile Thu Dec 10 17:03:56 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2020/12/06 18:07:53 fcambus Exp $ +# $NetBSD: Makefile,v 1.87 2020/12/10 17:03:56 fcambus Exp $ DISTNAME= binutils-2.35.1 CATEGORIES= devel @@ -46,6 +46,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.common PLIST_SRC+= ${WRKDIR}/PLIST_DYNAMIC INFO_FILES= yes +TEST_TARGET= check INSTALLATION_DIRS= ${PKGGNUDIR}bin ${PKGGNUDIR}${PKGMANDIR}/man1 --_----------=_1607619836179710--