Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Remove the extra blank line after "Fatal errors...
details: https://anonhg.NetBSD.org/src/rev/31c839f7ed9c
branches: trunk
changeset: 762424:31c839f7ed9c
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Feb 20 20:17:35 2011 +0000
description:
Remove the extra blank line after "Fatal errors encountered -- cannot
continue". This has been there since 1.1 but I don't think it was
intentional. If anyone actually cares about the blank line being there
for some reason, go ahead and revert this change...
diffstat:
usr.bin/make/parse.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r e673f81d9463 -r 31c839f7ed9c usr.bin/make/parse.c
--- a/usr.bin/make/parse.c Sun Feb 20 20:16:01 2011 +0000
+++ b/usr.bin/make/parse.c Sun Feb 20 20:17:35 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.c,v 1.174 2011/02/20 20:15:36 dholland Exp $ */
+/* $NetBSD: parse.c,v 1.175 2011/02/20 20:17:35 dholland Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,14 +69,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: parse.c,v 1.174 2011/02/20 20:15:36 dholland Exp $";
+static char rcsid[] = "$NetBSD: parse.c,v 1.175 2011/02/20 20:17:35 dholland Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)parse.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: parse.c,v 1.174 2011/02/20 20:15:36 dholland Exp $");
+__RCSID("$NetBSD: parse.c,v 1.175 2011/02/20 20:17:35 dholland Exp $");
#endif
#endif /* not lint */
#endif
@@ -2933,7 +2933,7 @@
if (fatals) {
(void)fflush(stdout);
(void)fprintf(stderr,
- "%s: Fatal errors encountered -- cannot continue\n",
+ "%s: Fatal errors encountered -- cannot continue",
progname);
PrintOnError(NULL, NULL);
exit(1);
Home |
Main Index |
Thread Index |
Old Index