From owner-freebsd-current Thu Nov 1 10:40:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 6F7A037B403; Thu, 1 Nov 2001 10:40:10 -0800 (PST) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id C65954CEE1; Thu, 1 Nov 2001 13:40:09 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id NAA28852; Thu, 1 Nov 2001 13:40:08 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id KAA23489; Thu, 1 Nov 2001 10:40:07 -0800 (PST) Message-Id: <200111011840.KAA23489@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: wollman@khavrinen.lcs.mit.edu Subject: Re: buildworld breakage during "make depend" at usr.bin/kdump Cc: david@catwhisker.org, current@freebsd.org, obrien@freebsd.org References: <200110312159.f9VLx1I45943@bunrab.catwhisker.org> <200111010549.fA15nPG47227@bunrab.catwhisker.org> <200111011614.fA1GE8P25519@khavrinen.lcs.mit.edu> Date: Thu, 1 Nov 2001 10:40:07 -0800 Versions: dmail (solaris) 2.2j/makemail 2.9b Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >> For the regex/doc/Makefile, it seems that gawk allows the value for -v >> to be adjacent to the -v itself, while the -CURRENT awk works better if >> there is whitespace separating them. > >This would be another bug if true. Perhaps in breaking backwards compatability with gawk, but IEEE Std 1003.1-200x says: The awk utility shall conform to the Base Definitions volume of IEEE Std 1003.1-200x, Section 12.2, Utility Syntax Guidelines. ... 12.2 Utility Syntax Guidelines ... Guideline 6: Each option and option-argument should be a separate argument, except as noted in Section 12.1 (on page 199), item (2). I don't think that any of the exceptions in section 12.1 item (2) apply to awk's -v argument. POSIX *permits* but does not *require* the gawk behavior. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message