From owner-cvs-all Tue Feb 13 7:42:46 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 8BFA937B4EC; Tue, 13 Feb 2001 07:42:21 -0800 (PST) Received: from calcaphon.demon.co.uk ([193.237.19.5]) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 14Shat-000JqA-0V; Tue, 13 Feb 2001 15:42:20 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f1DFgIN33775; Tue, 13 Feb 2001 15:42:18 GMT (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id MAA43740; Tue, 13 Feb 2001 12:38:42 GMT (envelope-from n_hibma@qubesoft.com) Date: Tue, 13 Feb 2001 12:38:42 +0000 (GMT) From: Nick Hibma X-X-Sender: Reply-To: Nick Hibma To: Dirk Froemberg Cc: , Subject: Re: cvs commit: src/sys/kern makeops.pl In-Reply-To: <200102052304.f15N4vb98162@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You might want to add checking for the '--' as well. if ( $arg eq '--' ) { last; } elsif ( $arg =~ m/^-.*/ ) { push @args, $arg; } elsif ( $arg =~ m/\.m$/ ) { push @filenames, $arg; On Mon, 5 Feb 2001, Dirk Froemberg wrote: > dirk 2001/02/05 15:04:57 PST > > Modified files: (Branch: RELENG_4) > sys/kern makeops.pl > Log: > Fix detection of flags. Otherwise directory names containing '-' > are handled improperly. > > PR: kern/24868 > Submitted by: Andre Albsmeier > > Revision Changes Path > 1.1.2.2 +2 -2 src/sys/kern/Attic/makeops.pl > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/Attic/makeops.pl?r1=1.1.2.1&r2=1.1.2.2&cvsroot=freebsd > -- Qube Software, Ltd. Private: n_hibma@qubesoft.com n_hibma@webweaving.org n_hibma@freebsd.org http://www.qubesoft.com/ http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message