public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* make 'export' bug (in b19 still?)
@ 1997-09-12 15:16 Wayne Stewart
  0 siblings, 0 replies; 2+ messages in thread
From: Wayne Stewart @ 1997-09-12 15:16 UTC (permalink / raw)
  To: gnu-win32

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@aa.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@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: make 'export' bug (in b19 still?)
@ 1997-09-13  1:16 Sergey Okhapkin
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Okhapkin @ 1997-09-13  1:16 UTC (permalink / raw)
  To: gnu-win32, 'Wayne Stewart'

Wayne Stewart wrote:
> 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)?
> 
It's fixed already. The patch is available on my web page.

-- 
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-09-13  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-12 15:16 make 'export' bug (in b19 still?) Wayne Stewart
1997-09-13  1:16 Sergey Okhapkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).