From e20a89885e57297d7772eb23b699f3ec10e0aece Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 27 Dec 2012 02:27:30 +0100 Subject: Make: Don't echo when not installing --- dotfiles.mk | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-54-g00ecf