From a48b04e8dcb76bc48ea95683fdd8bd1aaa495042 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Thu, 21 Feb 2013 11:45:20 +0000 Subject: 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 SVN-Revision: 35715 --- include/package-ipkg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/package-ipkg.mk') diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b4b83fe..20361de 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 -- cgit v1.1