From owner-svn-src-head@FreeBSD.ORG Mon Feb 2 08:38:56 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95C93106566B; Mon, 2 Feb 2009 08:38:56 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 569D58FC08; Mon, 2 Feb 2009 08:38:56 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n128aoEi001466; Mon, 2 Feb 2009 01:36:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 02 Feb 2009 01:37:13 -0700 (MST) Message-Id: <20090202.013713.2007156486.imp@bsdimp.com> To: fjoe@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200902020625.n126Pvt6083157@svn.freebsd.org> References: <200902020625.n126Pvt6083157@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r188001 - head/usr.bin/make X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 08:38:57 -0000 In message: <200902020625.n126Pvt6083157@svn.freebsd.org> Max Khon 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) { :