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/
_______________________________________________
Bug-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-make