| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Sat, 11 Sep 1999 15:59:56 -0400 |
| To: | "Groove, Christian" <groove AT norcom DOT de> |
| Cc: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: B20: BUG in gmake (NT and 95) |
| Message-ID: | <19990911155956.B1324@cygnus.com> |
| Reply-To: | cygwin AT sourceware DOT cygnus DOT com |
| Mail-Followup-To: | "Groove, Christian" <groove AT norcom DOT de>, |
| cygwin AT sourceware DOT cygnus DOT com | |
| References: | <81A51A42F329D211904E00A0C9D8E2A05EBC36 AT falke DOT norcom DOT de> |
| Mime-Version: | 1.0 |
| X-Mailer: | Mutt 0.95.6i |
| In-Reply-To: | <81A51A42F329D211904E00A0C9D8E2A05EBC36@falke.norcom.de>; from Groove, Christian on Wed, Sep 01, 1999 at 04:43:20PM +0200 |
I don't see this problem using a current snapshot so possibly it's fixed. On Wed, Sep 01, 1999 at 04:43:20PM +0200, Groove, Christian wrote: >I found a BUG in gmake while calling the shell function. >The bug may appear only on N(ew)T(rash) and on 95. > >In my makefile, i have the following assignment: > > SPECIAL_SOURCE=$(shell echo magic ; echo tragic) > > check: > @echo $(SPECIAL_SOURCE) > > >Calling make check would print out only "tragic". I guess the >magic has been overwritten, because of a \r, that toss back >the internal write pointer back to the initial position. > >Iff you exchange the assignment by a > > SPECIAL_SOURCE=`echo magic ; echo tragic` > >everything works fine. I can not promise to fix it, cause i am running >out of time with my project. > >Groovie > >Christian Groove >NorCom Systems Technology GmbH >81929 München >Stefan-George-Ring 29 >Tel: + 49 89 93948 271 >Fax:+ 49 89 93948 111 >mailto:groove AT norcom DOT de > > > >-- >Want to unsubscribe from this list? >Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > -- cgf AT cygnus DOT com http://www.cygnus.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 |