summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-12-15 01:47:24 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-12-17 10:36:52 +0100
commitf619cac598e9236dd16c7fd8d3465b981c4a4648 (patch)
tree16639fa4e6394ae8a0196410b07d5aedcddb52f7 /scripts
parenta63015442e8bf3893e8531b209057a44158e438b (diff)
downloadlvm2-f619cac598e9236dd16c7fd8d3465b981c4a4648.tar.gz
makefiles: quite install
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 99acfbca2..6c8546de8 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -124,8 +124,9 @@ install_systemd_units: install_dbus_service
endif
install_tmpfiles_configuration:
- $(INSTALL_DIR) $(tmpfiles_dir)
- $(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
+ @echo " [INSTALL] $<"
+ $(Q) $(INSTALL_DIR) $(tmpfiles_dir)
+ $(Q) $(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
DISTCLEAN_TARGETS += \
blkdeactivate.sh \