pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binutils



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.

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
 



Home | Main Index | Thread Index | Old Index