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/3f4535ae347b
branches:  trunk
changeset: 945750:3f4535ae347b
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 d6d47a42c383 -r 3f4535ae347b 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