pkgsrc-Changes archive

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

CVS commit: pkgsrc/regress/make-shell



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 21:50:49 UTC 2020

Modified Files:
        pkgsrc/regress/make-shell: Makefile

Log Message:
regress/make-shell: add missing variable for the shell test


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/regress/make-shell/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/regress/make-shell/Makefile
diff -u pkgsrc/regress/make-shell/Makefile:1.3 pkgsrc/regress/make-shell/Makefile:1.4
--- pkgsrc/regress/make-shell/Makefile:1.3      Fri May  1 19:40:27 2020
+++ pkgsrc/regress/make-shell/Makefile  Sat May  9 21:50:49 2020
@@ -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 @@ do-build:
        # 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