K 10 svn:author V 7 rodrigc K 8 svn:date V 27 2010-01-11T10:30:57.913582Z K 7 svn:log V 486 Add Dir_FindHereOrAbove() function from NetBSD: revision 1.40 date: 2004/02/03 19:25:29; author: chuck; state: Exp; lines: +86 -3 add parent directory search for make as discussed on tech-toolchain. - new dir.c function: Dir_FindHereOrAbove: Search for a path in the current directory and then all the directories above it in turn until the path is found or we reach the root ("/"). Submitted by: obrien, Simon Gerarty Obtained from: NetBSD END