From: Jonas Gorski Date: Thu, 21 Feb 2013 11:45:18 +0000 (+0000) Subject: include/package-bin: print warnings/errors to stderr X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=c5567fcdc14e03e559161fe937ad4a9232b08339;p=15.05%2Fopenwrt.git include/package-bin: 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@35714 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/package-bin.mk b/include/package-bin.mk index 96c1aeffcf..dcb3a8acba 100644 --- a/include/package-bin.mk +++ b/include/package-bin.mk @@ -14,7 +14,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