From owner-freebsd-bugs Mon Oct 5 01:50:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA04207 for freebsd-bugs-outgoing; Mon, 5 Oct 1998 01:50:24 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA04178 for ; Mon, 5 Oct 1998 01:50:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA27335; Mon, 5 Oct 1998 01:50:01 -0700 (PDT) Received: from rch.ip.lt (rch.ip.lt [194.176.42.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03786 for ; Mon, 5 Oct 1998 01:47:07 -0700 (PDT) (envelope-from rch@rch.ip.lt) Received: (from rch@localhost) by rch.ip.lt (8.9.1/8.9.1) id KAA29424; Mon, 5 Oct 1998 10:45:08 +0200 (CEST) (envelope-from rch) Message-Id: <199810050845.KAA29424@rch.ip.lt> Date: Mon, 5 Oct 1998 10:45:08 +0200 (CEST) From: rch@richard.eu.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/8155: current make fails with "Error expanding embedded variable" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8155 >Category: bin >Synopsis: current make fails with "Error expanding embedded variable" >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 5 01:50:01 PDT 1998 >Last-Modified: >Originator: Ricardas Cepas >Organization: >Release: FreeBSD 3.0-19980923-BETA i386 >Environment: >Description: Current make fails with "Error expanding embedded variable" if founds $ in variable name, for example ARCHITECTURE=$(shell arch="`if test -x /usr/bin/dpkg; \ then dpkg --print-architecture; else uname -m; fi`" \ && if [ "$${arch%%i?86}"y = y ]; then arch=i386; fi \ && echo "$$arch") Earlier versions does not have this this problem, i.e. can ignore such statements. >How-To-Repeat: A=$(shell echo $b; ) >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message