Subject: CVS commit: src/usr.sbin/config
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/04/2004 04:38:28
Module Name:	src
Committed By:	thorpej
Date:		Fri Jun  4 04:38:28 UTC 2004

Modified Files:
	src/usr.sbin/config: defs.h gram.y main.c mkmakefile.c scan.l

Log Message:
Add support for "appending makeoptions".  The syntax in the config file is:

makeoptions FOO+=bar

Multiple appending makeoptions are allowed.  These are then emitted at
the %MAKEOPTIONSAPPEND token in the Makefile template.

Syntax suggested by Matt Thomas.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/usr.sbin/config/defs.h
cvs rdiff -r1.48 -r1.49 src/usr.sbin/config/gram.y
cvs rdiff -r1.88 -r1.89 src/usr.sbin/config/main.c
cvs rdiff -r1.59 -r1.60 src/usr.sbin/config/mkmakefile.c
cvs rdiff -r1.43 -r1.44 src/usr.sbin/config/scan.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.