From owner-freebsd-bugs Sun May 31 08:48:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA06590 for freebsd-bugs-outgoing; Sun, 31 May 1998 08:48:43 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from heron.doc.ic.ac.uk (TMbrzFwfsG04ZK3Ql2TahblCrPyHBSYM@heron.doc.ic.ac.uk [146.169.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA06563 for ; Sun, 31 May 1998 08:48:39 -0700 (PDT) (envelope-from njs3@doc.ic.ac.uk) Received: from oak66.doc.ic.ac.uk [146.169.33.66] ([tLjAmtF9sm25S8W7zU8YPOPgP5DDTzYS]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0ygALV-0001j4-00; Sun, 31 May 1998 16:48:29 +0100 Received: from njs3 by oak66.doc.ic.ac.uk with local (Exim 1.62 #3) id 0ygALU-0005tY-00; Sun, 31 May 1998 16:48:28 +0100 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sun, 31 May 1998 16:48:28 +0100 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: bugs@FreeBSD.ORG Subject: Bug in make? Or not? Message-Id: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Given: [njs3@cnet0000 ~]$ cat Makefile FOO = bar BAR = FOO all: @echo ${${BAR}} shouldn't ${${BAR}} evaluate to "bar"? [njs3@cnet0000 ~]$ make } [njs3@cnet0000 ~]$ gmake bar I'll submit a PR for this unless anyone can convince me that this isn't a bug. Niall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message