Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/regress/make-shell regress/make-shell: add missing var...
details: https://anonhg.NetBSD.org/pkgsrc/rev/26b232decee4
branches: trunk
changeset: 431166:26b232decee4
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 09 21:50:49 2020 +0000
description:
regress/make-shell: add missing variable for the shell test
diffstat:
regress/make-shell/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r dfa3a450f05c -r 26b232decee4 regress/make-shell/Makefile
--- a/regress/make-shell/Makefile Sat May 09 21:48:59 2020 +0000
+++ b/regress/make-shell/Makefile Sat May 09 21:50:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/05/01 19:40:27 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/09 21:50:49 rillig Exp $
#
# This regression test demonstrates which features are supported by the
# shell that is used internally by devel/bmake. That shell may be
@@ -45,6 +45,7 @@
# If these tests fail because of missing tools, add these to
# USE_TOOLS.
${RUN} cd ${WRKSRC}; \
+ MACHINE_PLATFORM=${MACHINE_PLATFORM:Q}; \
. "${PKGSRCDIR}/regress/tools-platform/sh.test"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index