build: optimize printing of disabled packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43015
This commit is contained in:
parent
2579261b7b
commit
edc8e2022a
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue