bug-make
[Top][All Lists]
Advanced

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

make aborts


From: Stefan Seefeld
Subject: make aborts
Date: Fri, 05 Jul 2002 12:03:28 -0400

hi there,

here is a little Makefile that makes make version 3.79.1 abort:

---
.FORCE:

a: .FORCE
        @echo "foobar is $(foobar)"

a: foobar+="foobar"
---

it runs fine when I call 'make', but with 'make foobar="bla"'
it aborts (with a meaningful error message).

By the way, I sent in a bug report almost a year ago about errors
when resolving target patterns in specific cases, but never got
any feedback. Is make actually maintained these days ? Should I
send the bugreport again ?

Thanks a lot,
                Stefan




reply via email to

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