include/package-ipkg.mk: print warnings/errors to stderr

Makes warnings/errors visible when building with V=w/V=1.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 35715
This commit is contained in:
Jonas Gorski 2013-02-21 11:45:20 +00:00
parent d0891e0ae8
commit a48b04e8dc
1 changed files with 1 additions and 1 deletions

View File

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