Module Name: src
Committed By: rillig
Date: Fri Oct 23 20:14:50 UTC 2020
Modified Files:
src/usr.bin/make: make.h
Log Message:
make(1): fix typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/usr.bin/make/make.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/make.h
diff -u src/usr.bin/make/make.h:1.167 src/usr.bin/make/make.h:1.168
--- src/usr.bin/make/make.h:1.167 Fri Oct 23 20:04:56 2020
+++ src/usr.bin/make/make.h Fri Oct 23 20:14:50 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: make.h,v 1.167 2020/10/23 20:04:56 rillig Exp $ */
+/* $NetBSD: make.h,v 1.168 2020/10/23 20:14:50 rillig Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -428,13 +428,13 @@ extern SearchPath *dirSearchPath;
extern Boolean compatMake; /* True if we are make compatible */
extern Boolean ignoreErrors; /* True if should ignore all errors */
extern Boolean beSilent; /* True if should print no commands */
-extern Boolean noExecute; /* True if should execute nothing */
+extern Boolean noExecute; /* True if should execute almost nothing */
extern Boolean noRecursiveExecute;
/* True if should execute nothing */
extern Boolean allPrecious; /* True if every target is precious */
extern Boolean deleteOnError; /* True if failed targets should be deleted */
extern Boolean keepgoing; /* True if should continue on unaffected
- * portions of the graph when have an error
+ * portions of the graph when an error occurs
* in one portion */
extern Boolean touchFlag; /* TRUE if targets should just be 'touched'
* if out of date. Set by the -t flag */