mirror of https://github.com/hak5/openwrt-owl.git
build: optimize printing of disabled packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43015owl
parent
2579261b7b
commit
edc8e2022a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue