From c8e48de3012dea209e3a468bd0d39698f0294d89 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 6 Dec 2012 13:05:31 +0100 Subject: Show when a file is not being installed --- dotfiles.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dotfiles.mk') diff --git a/dotfiles.mk b/dotfiles.mk index 19be79f..53546bd 100644 --- a/dotfiles.mk +++ b/dotfiles.mk @@ -33,7 +33,9 @@ $(modules): %: @$(MAKE) -C $* $(install-objects): install-%: % - $(if $(call newer,$*),install -pDm $(MODE) "$*" "$(DESTDIR)/$*") + $(if $(call newer,$*), \ + install -pDm $(MODE) "$*" "$(DESTDIR)/$*", \ + @echo -e "$(FG_YEL)$*$(CLR_RE) is $(FG_RED)not newer$(CLR_RE)") $(install-modules): install-%: @$(MAKE) -C $* install -- cgit v1.2.3-54-g00ecf