bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Make 3.79.1 bug/question


From: Zagorodnev, Grigory
Subject: Make 3.79.1 bug/question
Date: Thu, 12 Jul 2001 15:56:02 +0400

Hi!

I'm using GNU Make version 3.79.1 (i386-redhat-linux) and with a simple Makefile...
------------------------
export A:= commom

target: A+= specific
target:
        @echo $(A)
------------------------

...I got following error:

make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
Aborted (core dumped)

But it works with make 3.78.1.

So I have several questions here:
        - Is this problem already known?
        - Is it already fixed in the latest versions?
        - If not, are you going to fix it?
        - Or I should rewrite my Makefile to avoid given problem?

It's very important for me to know! Please rescue me!

Best regards,
Grigory Zagorodnev.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]