bug-make
[Top][All Lists]
Advanced

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

Re: Bug#80087: make: does not evaluate list of dependencies?


From: Manoj Srivastava
Subject: Re: Bug#80087: make: does not evaluate list of dependencies?
Date: 30 Jan 2001 00:58:09 -0600
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7

Hi,

        [Please retain a CC to address@hidden, so
        that the Debian Bug tracking sysem can record the conversation
        on this issue.]

make 3.79.1 fails with an assertion error when a target-specific
variable append is combined with setting the variable on the make
command line.

        The following is a self explanatory minimal case.

======================================================================
__> cat Makefile 
CFLAGS=-g -O2
all: foo.o
foo.c:
        touch foo.c

foo.o: CFLAGS += -Dsomething


__> make
touch foo.c
cc -g -O2 -Dsomething   -c -o foo.o foo.c
__> rm -f foo*
__> make CFLAGS=-O
touch foo.c
make: expand.c:489: allocated_variable_append: Assertion 
`current_variable_set_list->next != 0' failed.
Aborted
__> 
======================================================================
-- 
 It's clever, but is it art?
Manoj Srivastava   <address@hidden>  <http://www.debian.org/%7Esrivasta/>
1024R/C7261095 print CB D9 F4 12 68 07 E4 05  CC 2D 27 12 1D F5 E8 6E
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



reply via email to

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