Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000608131858.29603.qmail@web121.yahoomail.com> Date: Thu, 8 Jun 2000 06:18:58 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: Make and CYGWIN=TTY To: Daniel Bell , "'cygwin AT sourceware DOT cygnus DOT com'" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Daniel Bell wrote: > Hi, > > Using cygwin 1.1.2, I have noticed a difference in output when running make > in TTY and non-TTY modes. Consider the following simple makefile: > > /tmp $ cat Makefile > all: > echo '$$MAKE="${MAKE}"' > > When the CYGWIN environment variable does not include "TTY", the output (as > expected) is: > > /tmp $ make > echo '$MAKE="make"' > $MAKE="make" > > When the CYGWIN environment variable includes "TTY", the output is: > > /tmp $ make > echo '$MAKE="make"' > $MAKE=\make" > > Note that the output from the echo command is wrong in this instance. > > Is this a bug in my setup, or with make/cygwin.dll? > > I have attached the output from cygcheck -s -r -v. > I don't see anything in your setup that should cause this, however, you should move the /usr/bin to the first item of PATH. Your bug is either make or cygwin1.dll. Regards, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com