]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile.local
Makefile: Magic silent rules.
[notmuch] / Makefile.local
index 3c9962409b60390eefbe5b04becb4f99f00a6a2f..5fd5d4f4c792888800e3d22707b527629495282c 100644 (file)
@@ -20,10 +20,10 @@ notmuch_client_srcs =               \
 
 notmuch_client_modules = $(notmuch_client_srcs:.c=.o)
 notmuch: $(notmuch_client_modules) lib/notmuch.a
-       $(CXX) $^ $(LDFLAGS) -o $@
+       $(call quiet,CXX) $^ $(LDFLAGS) -o $@
 
 notmuch.1.gz: notmuch.1
-       gzip --stdout notmuch.1 > notmuch.1.gz
+       $(call quiet,GZIP) --stdout $^ > $@
 
 install: all notmuch.1.gz
        for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 \