annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
[pspp] / modules / selinux-h
index b7b8d82b2995ff26f7721f08d547ea1419ea8d02..c0b097f20e88283454b6ce361c6a83af9470d759 100644 (file)
@@ -20,19 +20,19 @@ lib_SOURCES += se-context.in.h se-selinux.in.h
 
 BUILT_SOURCES += $(SELINUX_SELINUX_H)
 selinux/selinux.h: se-selinux.in.h
-       rm -f $@-t $@
-       $(MKDIR_P) selinux
-       cp $(srcdir)/se-selinux.in.h $@-t
-       chmod a-x $@-t
+       $(AM_V_at)$(MKDIR_P) selinux
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/se-selinux.in.h $@-t && \
+       chmod a-x $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-t
 
 BUILT_SOURCES += $(SELINUX_CONTEXT_H)
 selinux/context.h: se-context.in.h
-       rm -f $@-t $@
-       $(MKDIR_P) selinux
-       cp $(srcdir)/se-context.in.h $@-t
-       chmod a-x $@-t
+       $(AM_V_at)$(MKDIR_P) selinux
+       $(AM_V_GEN)rm -f $@-t $@ && \
+       cp $(srcdir)/se-context.in.h $@-t && \
+       chmod a-x $@-t && \
        mv $@-t $@
 MOSTLYCLEANFILES += selinux/context.h selinux/context.h-t
 MOSTLYCLEANDIRS += selinux