From owner-freebsd-bugs@FreeBSD.ORG Thu Jul 1 12:41:08 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C4216A4D1 for ; Thu, 1 Jul 2004 12:41:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F95943D31 for ; Thu, 1 Jul 2004 12:41:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i61CeLCw020599 for ; Thu, 1 Jul 2004 12:40:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61CeL2D020598; Thu, 1 Jul 2004 12:40:21 GMT (envelope-from gnats) Date: Thu, 1 Jul 2004 12:40:21 GMT Message-Id: <200407011240.i61CeL2D020598@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John E Hein Subject: Re: bin/68534: make(1) - ${.MAKEFLAGS} does not contain cmd line args X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John E Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 12:41:08 -0000 The following reply was made to PR bin/68534; it has been noted by GNATS. From: John E Hein To: Ruslan Ermilov Cc: bug-followup@FreeBSD.org Subject: Re: bin/68534: make(1) - ${.MAKEFLAGS} does not contain cmd line args Date: Thu, 1 Jul 2004 06:39:14 -0600 Ruslan Ermilov wrote at 12:05 +0300 on Jul 1, 2004: > On Thu, Jul 01, 2004 at 01:30:10AM +0000, John E Hein wrote: > > > > This is interesting env var precedence weirdness... I got it now. My precedence interpretation was backwards. I was going: env overrides global overrides command line overrides local. It is, of course, the opposite. +1 for the patch in standards/57295 (after ports fixes verified). I'll have to check our product builds with that patch to make sure they work. Is that patch up to date or is there another one floating around in p4? I think we have one or more hacks using the .MAKEFLAGS target which we'll be able to remove after make is patched. Thanks for the explanations, Ruslan.