Follow-up Comment #12, bug #33034 (project make):
I'm uploading a patch that adds an --allow-mixed-rules option which converts
the fatal error to a warning. This is the only testing it's been subjected
to:
% cat Makefile
all %.o:
@echo Making "$@"
% make-4.0
Makefile:1: *** mixed implicit and normal rules. Stop.
% make-4.0 --allow-mixed-rules
Makefile:1: warning: mixed implicit and normal rules
Making all
I don't claim to understand all the logic in read.c but from a quick
examination of the git log this seemed to have a good chance of being all
that's required. I'm not in a position to test it thoroughly at this time.
(file #29357)
_______________________________________________________
Additional Item Attachment:
File name: allow.patch Size:2 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33034>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make