Make: Don't echo when not installing
This commit is contained in:
parent
e365944138
commit
e20a89885e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue