https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331
--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> --- Created attachment 65626 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=65626&action=edit Makefile patch How about the attached patch that reports: $ make build.log Makefile:2679: *** build.log is not a real target; run 'make 2>&1 | tee build.log' instead. Stop. or: $ make warning.log Makefile:2679: *** No build.log found; rebuild with 'make 2>&1 | tee build.log'. Stop. when build.log is not present?
