Mail Archives: cygwin/1997/09/12/15:54:32
Hi,
I'm curious as to whether the following make bug will still exist in b19
(or if there is an existing patch that fixes it in b18)?
Thanks,
Wayne Stewart
wstewart AT aa DOT net
CYGWIN32(b18) behavior:
bash$ export FOOBAR="set by bash"
bash$ cat Makefile
export FOOBAR="set by make"
echoit:
@env | egrep FOOBAR
bash$ make
FOOBAR=set by bash
bash$
LINUX behavior:
bash$ export FOOBAR="set by bash"
bash$ cat Makefile
export FOOBAR="set by make"
echoit:
@env | egrep FOOBAR
bash$ make
FOOBAR="set by make"
bash$
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -