Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2019 02:36:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r351156 - head/usr.sbin/config
Message-ID:  <201908170236.x7H2abGi033257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908170236.x7H2abGi033257>