bug-make
[Top][All Lists]
Advanced

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

[bug #29074] -include target fails to issue Error in 3.81


From: Hack Lee
Subject: [bug #29074] -include target fails to issue Error in 3.81
Date: Fri, 12 Mar 2010 17:53:35 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

Follow-up Comment #1, bug #29074 (project make):

It was ok (meaning correctly issue an Error) until 3.81beta1.

We scratched our head wondering why the makefile would not give an error even
though there is clearly an error. So it is not backward compatible and we need
this to be fixed in 3.81.
Would it be possible to suggest a change in the source code so that we can
modify 3.81 for our build system? 


all:
        @exit 0
done:
        @echo $(MAKE_VERSION); exit 1
-include done


3.79.1
make-3.79.1: *** [done] Error 1

3.80
make-3.80: *** [done] Error 1

3.81beta1
make-3.81b1: *** [done] Error 1

3.81beta3

3.81rc2

3.81


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29074>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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