Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 02/05/2004 23:31:34
Module Name:	src
Committed By:	ross
Date:		Thu Feb  5 23:31:34 UTC 2004

Modified Files:
	src/usr.bin/make: main.c

Log Message:
Parse args with open code to eliminate use of getopt(3).
No functional change under NetBSD.

Restarting a getopt(3) loop is an extension to the posix getopt(3)
behavior and is not portable.

Fixes tools build (tools/groff) under Cygwin.


To generate a diff of this commit:
cvs rdiff -r1.97 -r1.98 src/usr.bin/make/main.c

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