svn commit: r188001 - head/usr.bin/make

M. Warner Losh imp at bsdimp.com
Mon Feb 2 00:38:57 PST 2009


In message: <200902020625.n126Pvt6083157 at svn.freebsd.org>
            Max Khon <fjoe at FreeBSD.org> writes:
: Author: fjoe
: Date: Mon Feb  2 06:25:57 2009
: New Revision: 188001
: URL: http://svn.freebsd.org/changeset/base/188001
: 
: Log:
:   Remove duplicate OPTFLAGS definition.

Pointy hat to: imp@

Thanks Max.

Warner

: Modified:
:   head/usr.bin/make/main.c
: 
: Modified: head/usr.bin/make/main.c
: ==============================================================================
: --- head/usr.bin/make/main.c	Mon Feb  2 04:59:00 2009	(r188000)
: +++ head/usr.bin/make/main.c	Mon Feb  2 06:25:57 2009	(r188001)
: @@ -371,7 +371,6 @@ MainParseArgs(int argc, char **argv)
:  rearg:
:  	optind = 1;	/* since we're called more than once */
:  	optreset = 1;
: -#define OPTFLAGS "ABC:D:E:I:PSV:Xd:ef:ij:km:nQpqrstvx:"
:  #define OPTFLAGS "ABC:D:d:E:ef:I:ij:km:nPpQqrSstV:vXx:"
:  	for (;;) {
:  		if ((optind < argc) && strcmp(argv[optind], "--") == 0) {
: 


More information about the svn-src-head mailing list