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 From: Chris Faylor Date: Thu, 8 Jun 2000 14:28:25 -0400 To: "'cygwin AT sourceware DOT cygnus DOT com'" Subject: Re: Make and CYGWIN=TTY Message-ID: <20000608142825.B20338@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: "'cygwin AT sourceware DOT cygnus DOT com'" References: <370747DEFD89D2119AFD00C0F017E6611BCAB7 AT cbus613-server4 DOT colorbus DOT com DOT au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <370747DEFD89D2119AFD00C0F017E6611BCAB7@cbus613-server4.colorbus.com.au>; from Daniel.Bell@colorbus.com.au on Thu, Jun 08, 2000 at 04:22:23PM +1000 I can't duplicate this behavior. Sorry. cgf On Thu, Jun 08, 2000 at 04:22:23PM +1000, 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. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com