From: ttruong@cp10.es.xerox.com (Truong, Ton H)
Subject: RE: How to echo out shell var inside make in B20
22 Jan 1999 20:06:23 -0800
Message-ID: <918C79AB552BD211A2BD00805F15CE853FF555.cygnus.gnu-win32@x-crt-es-ms1.cp10.es.xerox.com>
Mime-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
To: "'Mumit Khan'" <khan@xraylith.wisc.edu>,
        "Truong, Ton H"
	 <ttruong@cp10.es.xerox.com>,
        "'jalvo@cloud9.net'" <jalvo@cloud9.net>
Cc: "'gnu-win32@cygnus.com'" <gnu-win32@cygnus.com>

Mumit,

Thanks for the answer.  I run the same makefile on Solaris GNU make, and
observed that the 20B behavior is consistent with the Solaris version.  The
behavior in v18 must be a bug that our software has taken advantage of.  I
have changed the codes to read

LIB2=$(shell echo $$LIB) 

which yields the env var value instead of the makefile macro value.

Thanks,

//TT
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
