|
From: | David Boyce |
Subject: | [bug #33034] "Makefile:23: *** mixed implicit and normal rules. Stop." for Linux kernel out of source builds |
Date: | Fri, 11 Oct 2013 15:17:37 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36 |
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/
[Prev in Thread] | Current Thread | [Next in Thread] |