Subject: CVS commit: basesrc/usr.bin/make
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/03/2002 23:41:45
Module Name:	basesrc
Committed By:	christos
Date:		Sun Feb  3 21:41:45 UTC 2002

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

Log Message:
Bring down the number of stat(2) system calls from 682 to 294. This change
adds a .NOSUFF directive that has been applied to targets that have been
already made, and are not supposed to have suffix rules applied to them.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 basesrc/usr.bin/make/make.h
cvs rdiff -r1.78 -r1.79 basesrc/usr.bin/make/parse.c
cvs rdiff -r1.36 -r1.37 basesrc/usr.bin/make/suff.c

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