Make: Don't echo when not installing

This commit is contained in:
Tom Willemsen 2012-12-27 02:27:30 +01:00
parent e365944138
commit e20a89885e

View file

@ -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