[Bug other/103331] There should be a rule to make build.log in the top-level Makefile

2023-10-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331

--- Comment #3 from Eric Gallager  ---
(In reply to Eric Gallager from comment #2)
> I'm assuming that the way that build.log is normally generated is by just
> appending `| tee build.log` to the end of a normal `make` command?

hm, doing it that way results in an empty `warning.log` when doing `make
warning.log` to extract the warnings from `build.log`, even when warnings are
printed during the actual build output; maybe I need to throw a `2>&1` in
there...

[Bug other/103331] There should be a rule to make build.log in the top-level Makefile

2023-10-15 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331

--- Comment #2 from Eric Gallager  ---
I'm assuming that the way that build.log is normally generated is by just
appending `| tee build.log` to the end of a normal `make` command?

[Bug other/103331] There should be a rule to make build.log in the top-level Makefile

2021-11-20 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103331

Eric Gallager  changed:

   What|Removed |Added

 CC||neroden at gcc dot gnu.org

--- Comment #1 from Eric Gallager  ---
git blame says the dependency has been there since Nathanael Nerode first
created Makefile.tpl back in g:95ddd785 in 2002...