summaryrefslogtreecommitdiff
path: root/daemons/lvmpolld
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2018-11-29 17:09:27 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2018-11-29 23:05:43 +0100
commitceb2f0ad3b2c162a78f7ad1c86de9fd3f1dd0923 (patch)
treee32f9682127b047800e6bcfe06ebd5a334798b68 /daemons/lvmpolld
parent483ed8f76700ad6d7c479c0e41c58970cc266ee7 (diff)
downloadlvm2-ceb2f0ad3b2c162a78f7ad1c86de9fd3f1dd0923.tar.gz
makefiles: updates for less verbosity
Diffstat (limited to 'daemons/lvmpolld')
-rw-r--r--daemons/lvmpolld/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/daemons/lvmpolld/Makefile.in b/daemons/lvmpolld/Makefile.in
index 8bf255606..cfda0f62c 100644
--- a/daemons/lvmpolld/Makefile.in
+++ b/daemons/lvmpolld/Makefile.in
@@ -34,10 +34,12 @@ LIBS += $(DAEMON_LIBS) -ldaemonserver $(PTHREAD_LIBS)
lvmpolld: $(OBJECTS) $(top_builddir)/libdaemon/client/libdaemonclient.a \
$(top_builddir)/libdaemon/server/libdaemonserver.a
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(INTERNAL_LIBS) $(LIBS)
+ @echo " [CC] $@"
+ $(Q) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJECTS) $(INTERNAL_LIBS) $(LIBS)
install_lvmpolld: lvmpolld
- $(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)
+ @echo " [INSTALL] $<"
+ $(Q) $(INSTALL_PROGRAM) -D $< $(sbindir)/$(<F)
install_lvm2: install_lvmpolld