Subject: CVS commit: pkgsrc/bootstrap/bmake
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2004 15:09:22
Module Name:	pkgsrc
Committed By:	grant
Date:		Sat Nov  6 15:09:22 UTC 2004

Modified Files:
	pkgsrc/bootstrap/bmake: dir.c

Log Message:
pull up revision 1.38 from src:

Remove some code which makes file lookup rely on the fact that
the first two directory entries are "." and "..".
This behaviour is not required by applicable standards, and
actually not provided by "coda".
Now we get the "." and ".." into the per-directiry hash tables,
but this should not hurt.

fixes bmake build on Fedora Core 2, PR pkg/26140 from Shoichi Miyake.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/bootstrap/bmake/dir.c

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