From owner-cvs-src@FreeBSD.ORG Wed May 11 12:06:43 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 B918316A4D0 for ; Wed, 11 May 2005 12:06:43 +0000 (GMT) Received: from hydra.bec.de (www.ostsee-abc.de [62.206.222.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A23A43D5F for ; Wed, 11 May 2005 12:06:43 +0000 (GMT) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (wlan034012.uni-rostock.de [139.30.34.12]) by hydra.bec.de (Postfix) with ESMTP id EBEAF35707 for ; Wed, 11 May 2005 14:06:38 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1001) id 30C427D19; Wed, 11 May 2005 14:06:16 +0200 (CEST) Date: Wed, 11 May 2005 14:06:16 +0200 From: Joerg Sonnenberger To: cvs-src@freebsd.org Message-ID: <20050511120616.GC1595@britannica.bec.de> References: <200505100806.j4A86Edq046232@repoman.freebsd.org> <20050510210440.GT51193@elvis.mu.org> <20050511082609.B2955@beagle.kn.op.dlr.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050511082609.B2955@beagle.kn.op.dlr.de> User-Agent: Mutt/1.5.9i 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: Wed, 11 May 2005 12:06:43 -0000 On Wed, May 11, 2005 at 08:31:08AM +0200, Harti Brandt wrote: > On Tue, 10 May 2005, Alfred Perlstein wrote: > > AP>What about a flag/variable that if set enables "full POSIX mode"? > > Make is expected to be POSIX if the first non-empty line in the Makefile > looks like: [skip] That doesn't help for parsing the command line. E.g. what happens if "-f Makefile2" is given after the first target? Joerg