Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Fix comment per PR 24437; make(1) tries "makefi...
details: https://anonhg.NetBSD.org/src/rev/77d88d345a63
branches: trunk
changeset: 559790:77d88d345a63
user: fair <fair%NetBSD.org@localhost>
date: Wed Mar 24 00:59:40 2004 +0000
description:
Fix comment per PR 24437; make(1) tries "makefile" first, and then
"Makefile", not the other way around as previously documented.
diffstat:
usr.bin/make/main.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r d3d7286ba2f2 -r 77d88d345a63 usr.bin/make/main.c
--- a/usr.bin/make/main.c Wed Mar 24 00:31:15 2004 +0000
+++ b/usr.bin/make/main.c Wed Mar 24 00:59:40 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.98 2004/02/05 23:31:34 ross Exp $ */
+/* $NetBSD: main.c,v 1.99 2004/03/24 00:59:40 fair Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
*/
#ifdef MAKE_BOOTSTRAP
-static char rcsid[] = "$NetBSD: main.c,v 1.98 2004/02/05 23:31:34 ross Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.99 2004/03/24 00:59:40 fair Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -81,7 +81,7 @@
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.98 2004/02/05 23:31:34 ross Exp $");
+__RCSID("$NetBSD: main.c,v 1.99 2004/03/24 00:59:40 fair Exp $");
#endif
#endif /* not lint */
#endif
@@ -880,7 +880,7 @@
/*
* Read in the built-in rules first, followed by the specified
* makefile, if it was (makefile != (char *) NULL), or the default
- * Makefile and makefile, in that order, if it wasn't.
+ * makefile and Makefile, in that order, if it wasn't.
*/
if (!noBuiltins) {
LstNode ln;
Home |
Main Index |
Thread Index |
Old Index