Bug 9976 - Top level "make ps" does not work
Summary: Top level "make ps" does not work
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: build (show other bugs)
Version: 6.8
: P2 normal
Target Milestone: 6.8
Assignee: Admin Admin
URL:
Keywords:
Depends on: 9975
Blocks:
  Show dependency treegraph
 
Reported: 2009-03-21 18:43 UTC by Jeremy Bennett
Modified: 2022-04-08 01:27 UTC (History)
4 users (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Bennett 2009-03-21 18:43:57 UTC
Using "make ps" at the top level with GDB does not work:

  make: *** No rule to make target `ps'.  Stop.

Postscript documents can be built by changing to the "doc" directory and using
"make ps" there. However any images included (as EPS files) are not then found -
they must be manually copied from the source "doc" directory to the build "doc"
directory (this is an issue only for the recent update to gdbint.texinfo, which
now includes a diagram).

Note that on more recent Linuxes, building DVI, on which PostScript output
depends may fail as described in Bug 9975.

Problem demonstrated on Fedora Core 9 Linux and Centos 4.7 Linux.
Comment 1 Tom Tromey 2022-04-08 01:27:28 UTC
Probably the top level won't ever support "make ps".