Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Carl Zmola" To: cygwin AT sourceware DOT cygnus DOT 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 AT campbellsci DOT 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 AT campbellsci DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com