pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gdb



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 17:33:01 UTC 2020

Modified Files:
        pkgsrc/devel/gdb: Makefile

Log Message:
devel/gdb: fix shell portability in test file


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/gdb/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/gdb/Makefile
diff -u pkgsrc/devel/gdb/Makefile:1.66 pkgsrc/devel/gdb/Makefile:1.67
--- pkgsrc/devel/gdb/Makefile:1.66      Sat Apr 11 12:47:28 2020
+++ pkgsrc/devel/gdb/Makefile   Sun May  3 17:33:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2020/04/11 12:47:28 bsiegert Exp $
+# $NetBSD: Makefile,v 1.67 2020/05/03 17:33:01 rillig Exp $
 
 DISTNAME=      gdb-8.3.1
 CATEGORIES=    devel
@@ -44,6 +44,7 @@ AUTO_MKDIRS=          yes
 .include "../../mk/bsd.prefs.mk"
 
 REPLACE_BASH+=         gdb/gcore.in
+REPLACE_BASH+=         sim/testsuite/sim/bfin/run-tests.sh
 
 PLIST_VARS+=   gcore
 .if (${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" \



Home | Main Index | Thread Index | Old Index