summaryrefslogtreecommitdiff
path: root/tests/twisted
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-31 16:24:53 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-09-01 09:22:09 +0100
commita5ecb8ddb9cc1d7f2431425efe27cef6a2f239ec (patch)
treebbef95f7939b79fd3be04c3bf7ba963aa6f75e61 /tests/twisted
parent755fc0fed40b967c99ffb60c1bad06828c589325 (diff)
Silent-rules-ify some code generation
Diffstat (limited to 'tests/twisted')
-rw-r--r--tests/twisted/tools/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/twisted/tools/Makefile.am b/tests/twisted/tools/Makefile.am
index 57ba5045..463a5b81 100644
--- a/tests/twisted/tools/Makefile.am
+++ b/tests/twisted/tools/Makefile.am
@@ -1,17 +1,17 @@
exec-with-log.sh: exec-with-log.sh.in Makefile
- sed -e "s|[@]abs_top_srcdir[@]|@abs_top_srcdir@|g" \
+ $(AM_V_GEN)sed -e "s|[@]abs_top_srcdir[@]|@abs_top_srcdir@|g" \
-e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" \
$< > $@
- chmod +x $@
+ $(AM_V_at)chmod +x $@
%.conf: %.conf.in
- sed -e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@
+ $(AM_V_GEN)sed -e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@
# We don't use the full filename for the .in because > 99 character filenames
# in tarballs are non-portable (and automake 1.8 doesn't let us build
# non-archaic tarballs)
org.freedesktop.Telepathy.%.service: %.service.in
- sed \
+ $(AM_V_GEN)sed \
-e "s|[@]abs_top_srcdir[@]|@abs_top_srcdir@|g" \
-e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" \
$< > $@