aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-18 00:41:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-18 00:41:01 +0200
commit4702e65db9b712db9520a8323ad0fd6a62e7cfd3 (patch)
treefa82386052c4e60b2425c906e567de51ddec2de9
parentQuote the program name. (diff)
downloadpassword-store-4702e65db9b712db9520a8323ad0fd6a62e7cfd3.tar.xz
password-store-4702e65db9b712db9520a8323ad0fd6a62e7cfd3.zip
Make recursive make silent.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b0074e..ae91fe2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install:
@install -m 0644 -v contrib/pass.bash-completion $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/password-store
# Uncomment to install the zsh completion file too.
# @install -m 0644 -v contrib/pass.zsh-completion $(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass
- @$(MAKE) install-platform
+ @$(MAKE) -s install-platform
ifneq ($(strip $(wildcard $(PLATFORMFILE))),)
install-platform: