Subject: CVS commit: src/tools/host-mkdep
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/07/2003 20:19:15
Module Name:	src
Committed By:	dsl
Date:		Sun Dec  7 20:19:15 UTC 2003

Modified Files:
	src/tools/host-mkdep: host-mkdep.in

Log Message:
Make command line parser getopt() compatible (allow host-mkdep -aq -s.o.lo ...)
Don't use shell builtin because we need to know the values of OPTIND (etc)
in what is usually an error path.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/tools/host-mkdep/host-mkdep.in

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