From: jogo Date: Thu, 21 Feb 2013 11:45:20 +0000 (+0000) Subject: include/package-ipkg.mk: print warnings/errors to stderr X-Git-Tag: fast2504n-3.10.28-merged~3320 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=2d1d6343dcb4bddec710f07272f5c4d74733600c;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35715 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b4b83fea5c..20361de9e8 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -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