Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdb devel/gdb: fix shell portability in test file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48f2f9b29cd3
branches:  trunk
changeset: 430729:48f2f9b29cd3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 03 17:33:01 2020 +0000

description:
devel/gdb: fix shell portability in test file

diffstat:

 devel/gdb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a9b3273a1e3f -r 48f2f9b29cd3 devel/gdb/Makefile
--- a/devel/gdb/Makefile        Sun May 03 17:22:50 2020 +0000
+++ b/devel/gdb/Makefile        Sun May 03 17:33:01 2020 +0000
@@ -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 @@
 .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