Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/usr.bin/make t_make skip varname-dot-make-meta-ignore_*
details: https://anonhg.NetBSD.org/src/rev/2b3a00b68b43
branches: trunk
changeset: 373754:2b3a00b68b43
user: sjg <sjg%NetBSD.org@localhost>
date: Sat Feb 25 19:37:33 2023 +0000
description:
t_make skip varname-dot-make-meta-ignore_*
The meta-ignore tests will likely not work in this environment
so skip them.
diffstat:
tests/usr.bin/make/t_make.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r acaaa64092df -r 2b3a00b68b43 tests/usr.bin/make/t_make.sh
--- a/tests/usr.bin/make/t_make.sh Sat Feb 25 19:30:32 2023 +0000
+++ b/tests/usr.bin/make/t_make.sh Sat Feb 25 19:37:33 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.16 2023/01/19 23:26:15 rillig Exp $
+# $NetBSD: t_make.sh,v 1.17 2023/02/25 19:37:33 sjg Exp $
#
# Copyright (c) 2008, 2010, 2014, 2023 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -71,6 +71,10 @@
basename="${filename##*/}"
basename="${basename%.mk}"
+ case "${basename}" in
+ varname-dot-make-meta-ignore*) continue;; # won't work
+ esac
+
atfname=${basename}
while :; do
case "${atfname}" in
Home |
Main Index |
Thread Index |
Old Index