public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/56604] New: Missing obj-c++.srcman target
@ 2013-03-12 17:08 pierre.labastie at neuf dot fr
  2021-08-13  6:56 ` [Bug objc++/56604] " egallager at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pierre.labastie at neuf dot fr @ 2013-03-12 17:08 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604

             Bug #: 56604
           Summary: Missing obj-c++.srcman target
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: objc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pierre.labastie@neuf.fr


According to the doc, there should be a obj-c++.srcman target in
gcc/objcp/Make-lang.in, which is not presently true, and makes
bootstrapping with --enable-languages=...,obj-c++,..
--enable-generated-files-in-srcdir
fail with:
make[3]: *** No rule to make target `obj-c++.srcman', needed by `lang.srcman'.
Correction is easy, just add a line:
obj-c++.srcman:
to gcc/objcp/Make-lang.in


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

* [Bug objc++/56604] Missing obj-c++.srcman target
  2013-03-12 17:08 [Bug objc++/56604] New: Missing obj-c++.srcman target pierre.labastie at neuf dot fr
@ 2021-08-13  6:56 ` egallager at gcc dot gnu.org
  2021-10-09 20:56 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-08-13  6:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #2)
> I can probably do this; taking

While I do still intend to do this, I've transitioned between computers since I
last wrote this and am not sure I have my committing setup all properly
configured (I might have gotten my ssh keys mixed up in the transfer), so until
I get that sorted out, anyone else who feels like doing this is free to beat me
to the punch.

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

* [Bug objc++/56604] Missing obj-c++.srcman target
  2013-03-12 17:08 [Bug objc++/56604] New: Missing obj-c++.srcman target pierre.labastie at neuf dot fr
  2021-08-13  6:56 ` [Bug objc++/56604] " egallager at gcc dot gnu.org
@ 2021-10-09 20:56 ` egallager at gcc dot gnu.org
  2021-10-11 20:22 ` cvs-commit at gcc dot gnu.org
  2021-10-11 20:24 ` egallager at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-09 20:56 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
Pushed to my GitHub mirror while I'm still trying to get my ssh keys sorted
out:
https://github.com/cooljeanius/gcc/commit/19caef57e59207d8131bf2db59519ac45fdab6aa

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

* [Bug objc++/56604] Missing obj-c++.srcman target
  2013-03-12 17:08 [Bug objc++/56604] New: Missing obj-c++.srcman target pierre.labastie at neuf dot fr
  2021-08-13  6:56 ` [Bug objc++/56604] " egallager at gcc dot gnu.org
  2021-10-09 20:56 ` egallager at gcc dot gnu.org
@ 2021-10-11 20:22 ` cvs-commit at gcc dot gnu.org
  2021-10-11 20:24 ` egallager at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-10-11 20:22 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:30cce6f65a77b8eaa22f3efff7f1ba54858106f9

commit r12-4331-g30cce6f65a77b8eaa22f3efff7f1ba54858106f9
Author: Eric Gallager <egallager@gcc.gnu.org>
Date:   Sat Oct 9 15:10:32 2021 -0400

    Add obj-c++.srcman target to gcc/objcp/Makefile.

    Closes #56604

    Signed-off-by: Eric Gallager <egallager@gcc.gnu.org>

    gcc/objcp/ChangeLog:
            PR objc++/56604
            * Make-lang.in: Add obj-c++.srcman: line.

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

* [Bug objc++/56604] Missing obj-c++.srcman target
  2013-03-12 17:08 [Bug objc++/56604] New: Missing obj-c++.srcman target pierre.labastie at neuf dot fr
                   ` (2 preceding siblings ...)
  2021-10-11 20:22 ` cvs-commit at gcc dot gnu.org
@ 2021-10-11 20:24 ` egallager at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-11 20:24 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

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

--- Comment #6 from Eric Gallager <egallager at gcc dot gnu.org> ---
Fixed.

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

end of thread, other threads:[~2021-10-11 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-12 17:08 [Bug objc++/56604] New: Missing obj-c++.srcman target pierre.labastie at neuf dot fr
2021-08-13  6:56 ` [Bug objc++/56604] " egallager at gcc dot gnu.org
2021-10-09 20:56 ` egallager at gcc dot gnu.org
2021-10-11 20:22 ` cvs-commit at gcc dot gnu.org
2021-10-11 20:24 ` egallager 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).