delorie.com/archives/browse.cgi | search |
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" <zmola AT campbellsci DOT com> |
To: | cygwin AT sourceware DOT cygnus DOT com |
Date: | Fri, 19 Feb 1999 18:15:09 +0000 |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |