Mark all generated stuff with silent rules
This commit is contained in:
parent
d8062ed35f
commit
e71b3e08a6
@ -10,7 +10,7 @@ man_MANS = \
|
|||||||
|
|
||||||
.txt.5:
|
.txt.5:
|
||||||
if HAVE_A2X
|
if HAVE_A2X
|
||||||
a2x $(A2X_ARGS) $<
|
$(AM_V_GEN) a2x $(A2X_ARGS) $<
|
||||||
else
|
else
|
||||||
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
||||||
endif
|
endif
|
||||||
|
@ -10,7 +10,7 @@ man_MANS = \
|
|||||||
|
|
||||||
.txt.8:
|
.txt.8:
|
||||||
if HAVE_A2X
|
if HAVE_A2X
|
||||||
a2x $(A2X_ARGS) $<
|
$(AM_V_GEN) a2x $(A2X_ARGS) $<
|
||||||
else
|
else
|
||||||
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
@echo "*** a2x (asciidoc) is required to regenerate $(@) ***"; exit 1;
|
||||||
endif
|
endif
|
||||||
|
@ -15,9 +15,9 @@ edit = sed \
|
|||||||
-e 's|@TINYPROXY_STATHOST[@]|$(TINYPROXY_STATHOST)|g'
|
-e 's|@TINYPROXY_STATHOST[@]|$(TINYPROXY_STATHOST)|g'
|
||||||
|
|
||||||
tinyproxy.conf: $(top_srcdir)/etc/tinyproxy.conf.in Makefile
|
tinyproxy.conf: $(top_srcdir)/etc/tinyproxy.conf.in Makefile
|
||||||
rm -f $@ $@.tmp
|
@rm -f $@ $@.tmp
|
||||||
$(edit) $(top_srcdir)/etc/$@.in > $@.tmp
|
$(AM_V_GEN) $(edit) $(top_srcdir)/etc/$@.in > $@.tmp
|
||||||
mv $@.tmp $@
|
@mv $@.tmp $@
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
tinyproxy.conf
|
tinyproxy.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user