Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/29/2004 00:43:03
Module Name:	src
Committed By:	christos
Date:		Wed Dec 29 00:43:03 UTC 2004

Modified Files:
	src/usr.bin/make: dir.c nonints.h suff.c

Log Message:
Dir_MTime did not search for a file using the correct parh; i.e. it was
ignoring suffix-specific path search. So if a node was marked .MADE,
then suffix rules would not be applied to it, and we would look for
the file only in the default path, not the suffix-specific path.

XXX: Now that we looked for the suffix, we can save it in the GNode,
but we don't do this yet.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/usr.bin/make/dir.c
cvs rdiff -r1.32 -r1.33 src/usr.bin/make/nonints.h
cvs rdiff -r1.45 -r1.46 src/usr.bin/make/suff.c

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