pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/arm-none-eabi-gdb
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 17:46:48 UTC 2020
Modified Files:
pkgsrc/cross/arm-none-eabi-gdb: Makefile
Log Message:
cross/arm-none-eabi-gdb: suppress shell portability
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/cross/arm-none-eabi-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/cross/arm-none-eabi-gdb/Makefile
diff -u pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.3 pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.4
--- pkgsrc/cross/arm-none-eabi-gdb/Makefile:1.3 Sat Jun 8 10:53:26 2019
+++ pkgsrc/cross/arm-none-eabi-gdb/Makefile Sat May 9 17:46:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/06/08 10:53:26 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 17:46:48 rillig Exp $
DISTNAME= gdb-7.10
PKGNAME= cross-arm-none-eabi-${DISTNAME}
@@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --disable-werror --targ
CONFIGURE_ARGS+= --disable-nls
INFO_FILES= yes
+# Uses all kinds of bashisms but is only needed for testing.
+# If ever necessary, this should be fixed using REPLACE_BASH.
+CHECK_PORTABILITY_SKIP+= sim/testsuite/sim/bfin/run-tests.sh
+
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= charsetalias
Home |
Main Index |
Thread Index |
Old Index