build: optimize printing of disabled packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43015
owl
Felix Fietkau 2014-10-22 08:57:07 +00:00
parent 2579261b7b
commit edc8e2022a
1 changed files with 1 additions and 3 deletions

View File

@ -102,9 +102,7 @@ ifeq ($(DUMP),)
echo "$(1)" >> $(PKG_INSTALL_STAMP) echo "$(1)" >> $(PKG_INSTALL_STAMP)
endif endif
else else
compile: $(1)-disabled $$(info WARNING: skipping $(1) -- package not selected)
$(1)-disabled:
@echo "WARNING: skipping $(1) -- package not selected" >&2
endif endif
endif endif
endif endif