mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
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
This commit is contained in:
parent
60662d5f6b
commit
4db19cc759
@ -1,10 +1,15 @@
|
||||
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>
|
||||
|
||||
* pretty-print.c (pp_base_format): Remove %J.
|
||||
* c-format.c (gcc_diag_char_table, gcc_tdiag_char_table,
|
||||
gcc_cxxdiag_char_table): Likewise.
|
||||
(init_dynamic_diag_info): Likewise.
|
||||
|
||||
|
||||
2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
|
||||
|
||||
* pretty-print.c (pp_base_format): Remove %H.
|
||||
|
@ -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
|
||||
# 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) $@
|
||||
-$(TEXI2POD) $< > $@
|
||||
gfdl.pod: fdl.texi
|
||||
|
Loading…
x
Reference in New Issue
Block a user