Subject: CVS commit: [netbsd-2-0] src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/10/2004 15:41:32
Module Name:	src
Committed By:	tron
Date:		Mon May 10 15:41:32 UTC 2004

Modified Files:
	src/usr.bin/make [netbsd-2-0]: util.c

Log Message:
Pull up revision 1.35 (requested by sjg in ticket #282):
Simplify build, no functional changes.
Instead of adding MAKE_BOOTSTRAP for hosted environments, i.e., when
you want things simple, instead add MAKE_NATIVE to get those hugely
important features like __RCSID().
It's now possible to build make on some hosts with: cc *.c */*.c


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.34.2.1 src/usr.bin/make/util.c

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