svn commit: r351156 - head/usr.sbin/config

Warner Losh imp at FreeBSD.org
Sat Aug 17 02:36:38 UTC 2019


Author: imp
Date: Sat Aug 17 02:36:37 2019
New Revision: 351156
URL: https://svnweb.freebsd.org/changeset/base/351156

Log:
  Add nowerror and local to the list of tokens.

Modified:
  head/usr.sbin/config/mkmakefile.c

Modified: head/usr.sbin/config/mkmakefile.c
==============================================================================
--- head/usr.sbin/config/mkmakefile.c	Sat Aug 17 02:35:53 2019	(r351155)
+++ head/usr.sbin/config/mkmakefile.c	Sat Aug 17 02:36:37 2019	(r351156)
@@ -411,6 +411,7 @@ next:
 	 *      [ dependency "dependency-list"] [ before-depend ]
 	 *	[ clean "file-list"] [ warning "text warning" ]
 	 *	[ obj-prefix "file prefix"]
+	 *	[ nowerror ] [ local ]
 	 */
 	wd = get_word(fp);
 	if (wd == (char *)EOF) {


More information about the svn-src-head mailing list