annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
[gnulib.git] / modules / posix_spawnp-tests
index 61ea8e4..f63fe4d 100644 (file)
@@ -36,15 +36,15 @@ check_PROGRAMS += test-posix_spawn1 test-posix_spawn2
 
 BUILT_SOURCES += test-posix_spawn1.sh
 test-posix_spawn1.sh: test-posix_spawn1.in.sh
-       rm -f $@-t $@
-       cp $(srcdir)/test-posix_spawn1.in.sh $@-t
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/test-posix_spawn1.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn1.sh test-posix_spawn1.sh-t
 
 BUILT_SOURCES += test-posix_spawn2.sh
 test-posix_spawn2.sh: test-posix_spawn2.in.sh
-       rm -f $@-t $@
-       cp $(srcdir)/test-posix_spawn2.in.sh $@-t
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/test-posix_spawn2.in.sh $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += test-posix_spawn2.sh test-posix_spawn2.sh-t
 endif