Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make/unit-tests make(1): add remark for exit status ...
details: https://anonhg.NetBSD.org/src/rev/54c0e05212fa
branches: trunk
changeset: 956696:54c0e05212fa
user: rillig <rillig%NetBSD.org@localhost>
date: Thu Nov 05 00:41:04 2020 +0000
description:
make(1): add remark for exit status 0 despite error
diffstat:
usr.bin/make/unit-tests/use-inference.mk | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r cc60ca81a196 -r 54c0e05212fa usr.bin/make/unit-tests/use-inference.mk
--- a/usr.bin/make/unit-tests/use-inference.mk Thu Nov 05 00:40:31 2020 +0000
+++ b/usr.bin/make/unit-tests/use-inference.mk Thu Nov 05 00:41:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: use-inference.mk,v 1.1 2020/08/09 16:32:28 rillig Exp $
+# $NetBSD: use-inference.mk,v 1.2 2020/11/05 00:41:04 rillig Exp $
#
# Demonstrate that .USE rules do not have an effect on inference rules.
# At least not in the special case where the inference rule does not
@@ -33,3 +33,6 @@
# This is strange since make definitely knows about the .from.to suffix
# inference rule. But it seems to ignore it, maybe because it doesn't
# have any associated commands.
+
+# XXX: Despite the error message "don't know how to make", the exit status
+# is 0. This is inconsistent.
Home |
Main Index |
Thread Index |
Old Index