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

Max Khon fjoe at FreeBSD.org
Sun Feb 1 22:25:58 PST 2009


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.

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-all mailing list