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 Message-ID: <8135911A809AD211AF6300A02480D17503491C@iis000.microdata.fr> From: Bernard Dautrevaux To: "'zmola AT campbellsci DOT com'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: B20.1 Make broken Date: Mon, 22 Feb 1999 15:05:03 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1960.3) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA15784 > -----Original Message----- > From: Carl Zmola [mailto:zmola AT campbellsci DOT com] > Sent: Friday, February 19, 1999 7:15 PM > To: cygwin AT sourceware DOT cygnus DOT 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 AT campbellsci DOT com > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT 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 AT microprocess DOT com b DOT dautrevaux AT usa DOT net -------------------------------------------- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com