summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-27 02:27:30 +0100
committerGravatar Tom Willemsen2012-12-27 02:27:30 +0100
commite20a89885e57297d7772eb23b699f3ec10e0aece (patch)
tree09d73714db67a5494b4e62503ce1c07acc807087
parente36594413834a5c59b317a022dadecc073fc1436 (diff)
downloaddotfiles-e20a89885e57297d7772eb23b699f3ec10e0aece.tar.gz
dotfiles-e20a89885e57297d7772eb23b699f3ec10e0aece.zip
Make: Don't echo when not installing
-rw-r--r--dotfiles.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/dotfiles.mk b/dotfiles.mk
index 82d1c31..77afcee 100644
--- a/dotfiles.mk
+++ b/dotfiles.mk
@@ -38,8 +38,7 @@ $(modules): %:
$(install-objects): install-%: %
$(if $(call newer,$*), \
- install -pDm $(MODE) "$*" "$(DESTDIR)/$*", \
- @echo -e "$(FG_YEL)$*$(CLR_RE) is $(FG_RED)not newer$(CLR_RE)")
+ install -pDm $(MODE) "$*" "$(DESTDIR)/$*")
$(install-modules): install-%:
@$(MAKE) -C $* install