https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331

            Bug ID: 103331
           Summary: There should be a rule to make build.log in the
                    top-level Makefile
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
  Target Milestone: ---

In the top-level Makefile, there's a target warning.log that depends on a
build.log file, but trying to do `make warning.log` results in:
make: *** No rule to make target `build.log', needed by `warning.log'.  Stop.

All files depended on by current Makefile targets should have rules to build
them from the Makefiles themselves, IMO.
  • [Bug other/103331] New: There sh... egallager at gcc dot gnu.org via Gcc-bugs

Reply via email to