aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2021-04-28 14:49:28 +0100
committerJonathan Wakely <jwakely@redhat.com>2021-04-28 14:49:28 +0100
commit43a35b26e2fd2fab9c0c3ebac67e3a6c439daef4 (patch)
tree3b12639e174b6bf6050fef39ac25b7282311bd1a /gcc/gcc.c
parent5cc28000cfcc219fb4c45dbc5388ec05109049af (diff)
downloadgcc-43a35b26e2fd2fab9c0c3ebac67e3a6c439daef4.zip
gcc-43a35b26e2fd2fab9c0c3ebac67e3a6c439daef4.tar.gz
gcc-43a35b26e2fd2fab9c0c3ebac67e3a6c439daef4.tar.bz2
libstdc++: Reduce output of 'make doc-pdf-doxygen'
Use '@' to prevent Make from echoing the recipe, so that users don't see this every time: if [ -f ${doxygen_pdf} ]; then mv ${doxygen_pdf} ${api_pdf} ; echo ":: PDF file is ${api_pdf}"; else echo "... error"; grep -F 'LaTeX Error' ${doxygen_outdir}/latex/refman.log; grep -F 'TeX capacity exceeded, sorry' ${doxygen_outdir}/latex/refman.log; exit 12; fi The presence of the "error" strings in the output makes it look like an error happened. By suppressing the echoing user's will only see "error" if the 'else' branch is taken. libstdc++-v3/ChangeLog: * doc/Makefile.am (stamp-pdf-doxygen): Improve comment about dealing with errors. Use '@' to prevent shell command being echoed. * doc/Makefile.in: Regenerate.
Diffstat (limited to 'gcc/gcc.c')
0 files changed, 0 insertions, 0 deletions