Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com From: "Carl Zmola" To: cygwin@sourceware.cygnus.com Date: Fri, 19 Feb 1999 18:15:09 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: B20.1 Make broken Reply-to: zmola@campbellsci.com Message-ID: <19990220011646444.AAA172@carl_zmola> 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