build: optimize printing of disabled packages

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

SVN-Revision: 43015
v19.07.3_mercusys_ac12_duma
Felix Fietkau 10 years ago
parent 2579261b7b
commit edc8e2022a

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

Loading…
Cancel
Save