summaryrefslogtreecommitdiff
path: root/usr.bin/make/main.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2022-01-22 16:24:45 +0000
committerrillig <rillig@NetBSD.org>2022-01-22 16:24:45 +0000
commit1defe3aa3573fe82df774bfbb948cb9499a7bc2f (patch)
treeebeb2efbfdb59db86b6052098cb69c16ef2bd614 /usr.bin/make/main.c
parentee30d766b770a7fe20bbdc788a2133fcb7cf07c4 (diff)
make: clean up comments
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r--usr.bin/make/main.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index d67e9314cdc..2410f13a167 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.573 2022/01/15 22:18:04 rillig Exp $ */
+/* $NetBSD: main.c,v 1.574 2022/01/22 16:24:45 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -111,7 +111,7 @@
#include "trace.h"
/* "@(#)main.c 8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: main.c,v 1.573 2022/01/15 22:18:04 rillig Exp $");
+MAKE_RCSID("$NetBSD: main.c,v 1.574 2022/01/22 16:24:45 rillig Exp $");
#if defined(MAKE_NATIVE) && !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 "
"The Regents of the University of California. "
@@ -920,9 +920,9 @@ runTargets(void)
}
/*
- * Set up the .TARGETS variable to contain the list of targets to be
- * created. If none specified, make the variable empty -- the parser
- * will fill the thing in with the default or .MAIN target.
+ * Set up the .TARGETS variable to contain the list of targets to be created.
+ * If none specified, make the variable empty for now, the parser will fill
+ * in the default or .MAIN target later.
*/
static void
InitVarTargets(void)