Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 6 Feb 2001 12:10:09 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Cc: bob DOT bogo AT milohedge DOT com Subject: Re: make 3.79: core dump expanding target specific variables Message-ID: <20010206121009.D7458@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, bob DOT bogo AT milohedge DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; from bob.bogo@milohedge.com on Tue, Feb 06, 2001 at 02:54:33PM +0000 I'm sorry but the only way to get this fixed is if you debug it and provide a patch. There is no one on this list who is an expert in make internals. cgf On Tue, Feb 06, 2001 at 02:54:33PM +0000, Robert Bogomip wrote: >Consider this makefile: > > t: m+=2 > > t: > @echo "[${m}]" > >Then the following sort of works: > > $ make t > [ 2] > $ > >(Interestingly, make 3.77 (which I have kept a copy of) produces a >different result: > > $ make377 t > [2] > $ > >Hmmm.) > >BUT the folowing crashes: > > $ make m=hello t > assertion "current_variable_set_list->next != 0" failed: file "/cygnus/netrel/src/make-3.79.1-2/expand.c", line 489 > > 0 [sig] make 1580 stackdump: Dumping stack trace to make.exe.stackdump > Aborted (core dumped) > $ > >All is OK with m:=hello on the command line (note the colon), and also >running with make377. None of make-3.79-3, make-3.79.1-1, or make 3.79.1-2 >work. >-- >Robert Bogomip /// mailto:bob DOT bogo AT milohedge DOT com >Milo Hedge Ltd, OCFI, Mill Street, Oxford, OX2 0JX /// tel:+44 1865 799400 > > >-- >Want to unsubscribe from this list? >Check out: http://cygwin.com/ml/#unsubscribe-simple -- cgf AT cygnus DOT com Red Hat, Inc. http://sources.redhat.com/ http://www.redhat.com/ -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple