Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-05-02 15:55:15 +0300
committerJeff Johnston <jjohnstn@redhat.com>2022-05-05 00:05:52 +0300
commit81b7cf09faa523e7bb438abe24e6e5376e45a0e5 (patch)
tree3d74236b512ad243431c63fb4f94ff37f7da5c95 /newlib/libm
parentd51aab2abd5ba58fd9765a0aaac00a8dbd0ee886 (diff)
Silence xsltproc when writing manpages
Unless make is invoked with V=1, have xmlto pass the parameter 'man.output.quietly=1' to xsltproc to suppress "Note: Writing foo.N" output from the manpages stylesheet. (This doesn't quite do what it says: The output is not silenced if V has any value, including 0. You could consider that either a bug or a feature.)
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/Makefile.inc b/newlib/libm/Makefile.inc
index 699bc4caf..7fda120e5 100644
--- a/newlib/libm/Makefile.inc
+++ b/newlib/libm/Makefile.inc
@@ -24,7 +24,7 @@ $(LIBM_CHEWOUT_FILES): $(MKDOC)
$(AM_V_at)$(SHELL) $(newlib_basedir)/../move-if-change $@.tmp $@
%C%_man.stamp: %D%/libm.xml
- $(AM_V_GEN)xmlto --skip-validation -o %D% --searchpath $(builddir)/%D% man -m $(srcdir)/man.xsl %D%/libm.xml
+ $(AM_V_GEN)xmlto --skip-validation -o %D% --searchpath $(builddir)/%D% man -m $(srcdir)/man.xsl $(XMLTO_MAN_QUIET) %D%/libm.xml
$(AM_V_at)touch $@
man: %C%_man.stamp