Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/20/1997 23:30:03
fvdl
Sun Jul 20 16:23:48 PDT 1997
Update of /a/cvsroot/src/sys/vm
In directory netbsd1:/var/slash-tmp/cvs-serv24402

Modified Files:
	vm_map.h 
Log Message:
Make vm_map_clear_recursive behave exactly like the old lock_clear_recursive.
This doesn't make a difference in the way that it's currently being called,
but it's more intuitive.


cgd
Sun Jul 20 16:25:14 PDT 1997
Update of /cvsroot/src/usr.bin/lorder
In directory netbsd1:/var/slash-tmp/cvs-serv24529

Modified Files:
	lorder.sh 
Log Message:
find nm more correctly: if user has set 'NM', use it but expand it to a
full path using the user's path, before setting the path used by the 
script.  If it can't be found, try using the standard path used by the
script to find it (/bin:/usr/bin), and if it still can't be found, exit.
If user hasn't set NM, try to use nm, again searched for via their path,
then via the standard path.


cgd
Sun Jul 20 16:27:10 PDT 1997
Update of /cvsroot/src/usr.bin/mkdep
In directory netbsd1:/var/slash-tmp/cvs-serv24664

Modified Files:
	mkdep.gcc.sh 
Log Message:
find the compiler more correctly: if user has set 'CC' use it but expand
it to a full path using the user's path, before setting the path used by
the script.  If it can't be found, try using the standard path used by the
script to find it (/bin:/usr/bin:/usr/ucb), and if it still can't be
found, exit.  If user hasn't set CC, try to use cc, again searched for
via their path, then via the standard path.
Also, clean up regexps used to post-process ${CC} -M output, so that
they work on a wider variety of compilers.