Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/12/2001 03:33:50
Module Name:	basesrc
Committed By:	tv
Date:		Mon Nov 12 01:33:50 UTC 2001

Modified Files:
	basesrc/usr.bin/make: main.c make.1 targ.c

Log Message:
Add new make variable .ALLTARGETS, which lists all targets in the Makefile.
(Makes it possible to search the target list for particular things and
apply attributes to all the relevant targets.)


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 basesrc/usr.bin/make/main.c
cvs rdiff -r1.55 -r1.56 basesrc/usr.bin/make/make.1
cvs rdiff -r1.23 -r1.24 basesrc/usr.bin/make/targ.c

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