From owner-cvs-src@FreeBSD.ORG Tue May 10 21:04:40 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A567516A4CE; Tue, 10 May 2005 21:04:40 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C8CC43D6D; Tue, 10 May 2005 21:04:40 +0000 (GMT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 76F335CA88; Tue, 10 May 2005 14:04:40 -0700 (PDT) Date: Tue, 10 May 2005 14:04:40 -0700 From: Alfred Perlstein To: Hartmut Brandt Message-ID: <20050510210440.GT51193@elvis.mu.org> References: <200505100806.j4A86Edq046232@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505100806.j4A86Edq046232@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make main.c var.c var.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 21:04:40 -0000 What about a flag/variable that if set enables "full POSIX mode"? * Hartmut Brandt [050510 01:06] wrote: > harti 2005-05-10 08:06:13 UTC > > FreeBSD src repository > > Modified files: > usr.bin/make main.c var.c var.h > Log: > Make make a little bit more POSIXish with regard to option parsing: > take everything after -- as either a macro assignment or a target. > Note that make still reorders arguments before --: anything starting > with a dash is considered an option, anything which contains an equal > sign is considered a macro assignment and everything else a target. > This still is not POSIX with regard to the options, but it will probably > not change because it has been make's behaviour for ages. > Add a new function Var_Match() that correctly skips a macro call by just > doing the same as Var_Subst() but without producing output. This will help > making the parser more robust. > > Patches: 7.190,7.191 > Submitted by: Max Okumoto > > Revision Changes Path > 1.138 +18 -4 src/usr.bin/make/main.c > 1.147 +45 -8 src/usr.bin/make/var.c > 1.19 +1 -0 src/usr.bin/make/var.h -- - Alfred Perlstein - email: bright@mu.org cell: 408-480-4684