https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
--- Comment #5 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:7a71ea4df7e97a640e6747d6787a1885eb3bbc40
commit r12-4817-g7a71ea4df7e97a640e6747d6787a1885eb3bbc40
Author: Martin Liska
Date: Mon
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
--- Comment #4 from Eric Gallager ---
The GNU Coding Standards has a list of targets all Makefiles should have:
https://www.gnu.org/prep/standards/html_node/Standard-Targets.html#Standard-Targets
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
--- Comment #3 from Eric Gallager ---
it's missing a TAGS target, too, but I can handle that as part of this:
https://gcc.gnu.org/pipermail/gcc-patches/2021-October/581485.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
Ever confi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102657
--- Comment #1 from Eric Gallager ---
It looks like it's also missing a dvi target:
Doing dvi in libcody
make[2]: *** No rule to make target `dvi'. Stop.
make[1]: *** [dvi-libcody] Error 1
make: *** [do-dvi] Error 2