wget -q hides errors too, so lets use -nv to emit short line instead.
am__v_Q_0 = -q
am__v_Q_1 =
-AM_V_DL_DOCS = $(am__v_DL_DOCS_$(V))
-am__v_DL_DOCS_ = $(am__v_DL_DOCS_$(AM_DEFAULT_VERBOSITY))
-am__v_DL_DOCS_0 = @echo " DL " $(DOCS_URL);
-am__v_DL_DOCS_1 =
-
-AM_V_DL_MAN = $(am__v_DL_MAN_$(V))
-am__v_DL_MAN_ = $(am__v_DL_MAN_$(AM_DEFAULT_VERBOSITY))
-am__v_DL_MAN_0 = @echo " DL " $(MAN_URL);
-am__v_DL_MAN_1 =
-
if INSTALL_DOCS
SUBDIRS += man
DOCDIRS += html
extra_dist_extra += html
html-dl:
- $(AM_V_DL_DOCS)$(WGET) $(AM_V_Q) -O- $(DOCS_URL) | xz -d | $(am__untar)
+ $(AM_V_at)$(WGET) -nv -O- $(DOCS_URL) | xz -d | $(am__untar)
man-dl:
- $(AM_V_DL_MAN)$(WGET) $(AM_V_Q) -O- $(MAN_URL) | xz -d | $(am__untar)
+ $(AM_V_at)$(WGET) -nv -O- $(MAN_URL) | xz -d | $(am__untar)
all-local: html
word-break-data.c \
stopwords/stopwords_malformed.txt
-AM_V_Q = $(am__v_Q_$(V))
-am__v_Q_ = $(am__v_Q_$(AM_DEFAULT_VERBOSITY))
-am__v_Q_0 = -q
-am__v_Q_1 =
-
$(srcdir)/WordBreakProperty.txt:
- $(AM_V_GEN)test -f $@ || $(WGET) $(AM_V_Q) -O $@ https://dovecot.org/res/WordBreakProperty.txt
+ $(AM_V_at)test -f $@ || $(WGET) -nv -O $@ https://dovecot.org/res/WordBreakProperty.txt
$(srcdir)/word-boundary-data.c: $(srcdir)/word-properties.pl $(srcdir)/WordBreakProperty.txt
- $(AM_V_GEN)perl $(srcdir)/word-properties.pl boundaries $(srcdir)/WordBreakProperty.txt > $@
+ $(AM_V_at)perl $(srcdir)/word-properties.pl boundaries $(srcdir)/WordBreakProperty.txt > $@
$(srcdir)/PropList.txt:
- $(AM_V_GEN)test -f $@ || $(WGET) $(AM_V_Q) -O $@ https://dovecot.org/res/PropList.txt
+ $(AM_V_at)test -f $@ || $(WGET) -nv -O $@ https://dovecot.org/res/PropList.txt
$(srcdir)/word-break-data.c: $(srcdir)/word-properties.pl $(srcdir)/PropList.txt
- $(AM_V_GEN)perl $(srcdir)/word-properties.pl breaks $(srcdir)/PropList.txt > $@
+ $(AM_V_at)perl $(srcdir)/word-properties.pl breaks $(srcdir)/PropList.txt > $@
if BUILD_FTS_STEMMER
LEX=/bin/false
YACC=/bin/false
-AM_V_Q = $(am__v_Q_$(V))
-am__v_Q_ = $(am__v_Q_$(AM_DEFAULT_VERBOSITY))
-am__v_Q_0 = -q
-am__v_Q_1 =
-
# We use custom rules here because we want to use flex and bison instead
# of lex and yacc (or bison in yacc-compatibility mode). Both flex and
# bison can handle properly naming the generated files, and it is simpler
event-filter-parser.h: event-filter-parser.c
$(srcdir)/UnicodeData.txt:
- $(AM_V_GEN)test -f $@ || $(WGET) $(AM_V_Q) -O $@ https://dovecot.org/res/UnicodeData.txt
+ $(AM_V_at)test -f $@ || $(WGET) -nv -O $@ https://dovecot.org/res/UnicodeData.txt
$(srcdir)/unicodemap.c: $(srcdir)/unicodemap.pl $(srcdir)/UnicodeData.txt
$(AM_V_GEN)perl $(srcdir)/unicodemap.pl < $(srcdir)/UnicodeData.txt > $@