public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/102657] New: libcody makefile is missing a mostlyclean target
@ 2021-10-08 21:37 egallager at gcc dot gnu.org
  2021-10-09 14:12 ` [Bug other/102657] " egallager at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-08 21:37 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102657
           Summary: libcody makefile is missing a mostlyclean target
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
                CC: nathan at gcc dot gnu.org
  Target Milestone: ---

Doing `make mostlyclean` in a build directory fails in libcody saying:

Doing mostlyclean in libcody
make[2]: *** No rule to make target `mostlyclean'.  Stop.
make[1]: *** [mostlyclean-libcody] Error 1
make: *** [do-mostlyclean] Error 2

Reading libcody's Makefile confirms that this target is indeed missing.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
@ 2021-10-09 14:12 ` egallager at gcc dot gnu.org
  2021-10-11 10:40 ` marxin at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-09 14:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
  2021-10-09 14:12 ` [Bug other/102657] " egallager at gcc dot gnu.org
@ 2021-10-11 10:40 ` marxin at gcc dot gnu.org
  2021-10-12 20:09 ` egallager at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-10-11 10:40 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org
     Ever confirmed|0                           |1
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2021-10-11

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
I can take a look.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
  2021-10-09 14:12 ` [Bug other/102657] " egallager at gcc dot gnu.org
  2021-10-11 10:40 ` marxin at gcc dot gnu.org
@ 2021-10-12 20:09 ` egallager at gcc dot gnu.org
  2021-10-25 16:56 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-12 20:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-10-12 20:09 ` egallager at gcc dot gnu.org
@ 2021-10-25 16:56 ` egallager at gcc dot gnu.org
  2021-11-01  3:47 ` cvs-commit at gcc dot gnu.org
  2021-11-01  7:45 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-25 16:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-10-25 16:56 ` egallager at gcc dot gnu.org
@ 2021-11-01  3:47 ` cvs-commit at gcc dot gnu.org
  2021-11-01  7:45 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-11-01  3:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:7a71ea4df7e97a640e6747d6787a1885eb3bbc40

commit r12-4817-g7a71ea4df7e97a640e6747d6787a1885eb3bbc40
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Oct 25 16:32:55 2021 +0200

    libcody: add mostlyclean Makefile target

            PR other/102657

    libcody/ChangeLog:

            * Makefile.in: Add mostlyclean Makefile target.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/102657] libcody makefile is missing a mostlyclean target
  2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2021-11-01  3:47 ` cvs-commit at gcc dot gnu.org
@ 2021-11-01  7:45 ` marxin at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-11-01  7:45 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-01  7:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-08 21:37 [Bug other/102657] New: libcody makefile is missing a mostlyclean target egallager at gcc dot gnu.org
2021-10-09 14:12 ` [Bug other/102657] " egallager at gcc dot gnu.org
2021-10-11 10:40 ` marxin at gcc dot gnu.org
2021-10-12 20:09 ` egallager at gcc dot gnu.org
2021-10-25 16:56 ` egallager at gcc dot gnu.org
2021-11-01  3:47 ` cvs-commit at gcc dot gnu.org
2021-11-01  7:45 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).