Mail Archives: cygwin/1997/03/26/20:45:38
It's still a problem with all uppercase variable names:
bash$ cat Makefile
export FOOBAR="set by make"
echoit:
@env | egrep FOOBAR
bash$ export FOOBAR="set by shell"
bash$ make echoit
FOOBAR=set by shell
bash$
----------
> From: Fergus Henderson <fjh AT cs DOT mu DOT oz DOT au>
> To: Wayne Stewart <wstewart AT aa DOT net>
> Subject: Re: GNU make 'export'
> Date: Tuesday, March 25, 1997 9:47 PM
>
> Wayne Stewart, you wrote:
> >
> > Has anyone gotten GNU make's 'export' capability to successfully
> > set/override environment variables with make variable settings?
> > I'm using NT Workstation 4.0, GNU-WIN32 Beta 17.1.
>
> One possible cause of the problem is that cygwin converts all
> environment variable names to uppercase. If you're using lowercase
> or mixed case names, try using uppercase names.
>
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -