public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Wayne Stewart" <wstewart@aa.net>
To: <gnu-win32@cygnus.com>
Subject: make 'export' bug (in b19 still?)
Date: Fri, 12 Sep 1997 15:16:00 -0000	[thread overview]
Message-ID: <199709122215.PAA14770@big.aa.net> (raw)

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".

             reply	other threads:[~1997-09-12 15:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-12 15:16 Wayne Stewart [this message]
1997-09-13  1:16 Sergey Okhapkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199709122215.PAA14770@big.aa.net \
    --to=wstewart@aa.net \
    --cc=gnu-win32@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).