B20.1 Make broken

Bernard Dautrevaux DAUTREVAUX@microprocess.com
Tue Feb 23 02:05:00 GMT 1999


> -----Original Message-----
> From: Carl Zmola [ mailto:zmola@campbellsci.com ]
> Sent: Friday, February 19, 1999 7:15 PM
> To: cygwin@sourceware.cygnus.com
> Subject: B20.1 Make broken
> 
> 
> I have come accross a bug in Cygwin B20.1's make
> utility
> 
> After trying a little, I found the differnce can
> be expressed with the follwing makefile.
> 
> -----------------------------------
> # mt.mak -- test make
> 
> all: 
>  echo \"hello\"
> 
> -----------------------------------
> my results are as follows.
> 
> gmake is an older cygwin make. (it loads cygwin.dll)
> both are version 3.75
> 
> 
> For make  in cygwin b20.1 
> 
> $ make -f mt.mak
> echo \"hello\"
> \\""hello\\""
> 
> 
> For make from an ealier version of cygwin (B19?)
> $ make -f mt.mak
> echo \"hello\"
> "hello"
> 
> From Linux make 3.76.1
> 
> $ make -f mt.mak
> echo \"hello\"
> "hello"
> 
> 
> How do I submit this bug? 
> Does anyone have a workaround?
> 
> Carl 
> zmola@campbellsci.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

And if you try:

	MAKE_MODE=unix
	export MAKE_MODE
	make -f mt.mak

What's the result (on my NT4, it works this way which is my default).

Regards,

	Bernard

--------------------------------------------
Bernard Dautrevaux
Microprocess Ingéniérie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list