Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make make(1): fix comment of Error
details: https://anonhg.NetBSD.org/src/rev/dbda5a64d25c
branches: trunk
changeset: 956735:dbda5a64d25c
user: rillig <rillig%NetBSD.org@localhost>
date: Fri Nov 06 23:05:20 2020 +0000
description:
make(1): fix comment of Error
diffstat:
usr.bin/make/main.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 864d79d97696 -r dbda5a64d25c usr.bin/make/main.c
--- a/usr.bin/make/main.c Fri Nov 06 23:04:20 2020 +0000
+++ b/usr.bin/make/main.c Fri Nov 06 23:05:20 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.430 2020/11/06 23:04:20 rillig Exp $ */
+/* $NetBSD: main.c,v 1.431 2020/11/06 23:05:20 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -118,7 +118,7 @@
#include "trace.h"
/* "@(#)main.c 8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: main.c,v 1.430 2020/11/06 23:04:20 rillig Exp $");
+MAKE_RCSID("$NetBSD: main.c,v 1.431 2020/11/06 23:05:20 rillig Exp $");
#if defined(MAKE_NATIVE) && !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 "
"The Regents of the University of California. "
@@ -1788,8 +1788,8 @@
/* Print a printf-style error message.
*
- * This error message has no consequences, in particular it does not affect
- * the exit status. */
+ * In default mode, this error message has no consequences, in particular it
+ * does not affect the exit status. Only in lint mode (-dL) it does. */
void
Error(const char *fmt, ...)
{
Home |
Main Index |
Thread Index |
Old Index