Make use of $(AM_V_at) for silent commands
[platform/upstream/connman.git] / plugins / Makefile.am
index d9e5f97..34bc58f 100644 (file)
@@ -221,14 +221,14 @@ EXTRA_DIST = polkit.policy
 MAINTAINERCLEANFILES = Makefile.in
 
 builtin.h:
-       @echo "" > $@
+       $(AM_V_at)echo "" > $@
        $(AM_V_GEN)list='$(builtin_modules)'; for i in $$list; \
          do echo "extern struct connman_plugin_desc __connman_builtin_$$i;" >> $@; done
-       @echo "" >> $@
-       @echo "static struct connman_plugin_desc *__connman_builtin[] = {" >> $@
-       @list='$(builtin_modules)'; for i in $$list; \
+       $(AM_V_at)echo "" >> $@
+       $(AM_V_at)echo "static struct connman_plugin_desc *__connman_builtin[] = {" >> $@
+       $(AM_V_at)list='$(builtin_modules)'; for i in $$list; \
          do echo "&__connman_builtin_$$i," >> $@; done
-       @echo "NULL };" >> $@
+       $(AM_V_at)echo "NULL };" >> $@
 
 connman.policy: polkit.policy
 if POLKIT