Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/31/2001 03:15:58
Module Name:	basesrc
Committed By:	tv
Date:		Wed Oct 31 01:15:58 UTC 2001

Modified Files:
	basesrc/usr.bin/make: main.c make.h parse.c

Log Message:
Allow "-m" to be used in a .MAKEFLAGS: special target and get it to work.
(This splits out the "default system include paths" into its own Lst
variable, and uses it only if sysIncPath is empty.  This allows sysIncPath
to be filled in by the Makefile itself.)


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 basesrc/usr.bin/make/main.c
cvs rdiff -r1.37 -r1.38 basesrc/usr.bin/make/make.h
cvs rdiff -r1.73 -r1.74 basesrc/usr.bin/make/parse.c

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