Commit 4db19cc7 by Mark Loeser Committed by Ralf Wildenhues

re PR other/40010 (Parallel make issue when building man pages)

gcc/
2009-06-23  Mark Loeser  <mark@halcy0n.com>

	PR build/40010
	* Makefile.in (gcc.pod): Depend on gcc-vers.texi.

From-SVN: r149345
parent 60662d5f
2009-06-23 Mark Loeser <mark@halcy0n.com>
PR build/40010
* Makefile.in (gcc.pod): Depend on gcc-vers.texi.
2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
* pretty-print.c (pp_base_format): Remove %J. * pretty-print.c (pp_base_format): Remove %J.
* c-format.c (gcc_diag_char_table, gcc_tdiag_char_table, * c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
gcc_cxxdiag_char_table): Likewise. gcc_cxxdiag_char_table): Likewise.
(init_dynamic_diag_info): Likewise. (init_dynamic_diag_info): Likewise.
2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org> 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
* pretty-print.c (pp_base_format): Remove %H. * pretty-print.c (pp_base_format): Remove %H.
......
...@@ -3925,7 +3925,7 @@ cpp.pod: cpp.texi cppenv.texi cppopts.texi ...@@ -3925,7 +3925,7 @@ cpp.pod: cpp.texi cppenv.texi cppopts.texi
# These next rules exist because the output name is not the same as # These next rules exist because the output name is not the same as
# the input name, so our implicit %.pod rule will not work. # the input name, so our implicit %.pod rule will not work.
gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc.pod: invoke.texi cppenv.texi cppopts.texi gcc-vers.texi
$(STAMP) $@ $(STAMP) $@
-$(TEXI2POD) $< > $@ -$(TEXI2POD) $< > $@
gfdl.pod: fdl.texi gfdl.pod: fdl.texi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment