summaryrefslogtreecommitdiff
path: root/hw/vfb
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-03-17 13:40:41 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2010-03-22 00:45:55 -0500
commit0820a6e2fb005b5f856dda25e1644f34fc994129 (patch)
tree126ea859893d927a312da9b04e81a8e3cb46e392 /hw/vfb
parent9be4157391edf0c5fc4ee36adfb1eb1c3bdb8e3b (diff)
Fix .man.N targets for AM_SILENT_RULES
Add $(AM_V_GEN) for sed-based rules so they appear as expected with automake silent rules, and $(AM_V_at) to completely hide cp/ln/rm commands which are not prone to fail. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'hw/vfb')
-rw-r--r--hw/vfb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/vfb/Makefile.am b/hw/vfb/Makefile.am
index a183824cb..4ac0c8f89 100644
--- a/hw/vfb/Makefile.am
+++ b/hw/vfb/Makefile.am
@@ -43,8 +43,8 @@ CLEANFILES = $(appman_PRE) $(appman_DATA)
SUFFIXES += .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- -rm -f $@
- $(LN_S) $< $@
+ -$(AM_V_at)rm -f $@
+ $(AM_V_at)$(LN_S) $< $@
EXTRA_DIST = Xvfb.man.pre