summaryrefslogtreecommitdiff
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:20 +0000
committerJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:20 +0000
commita48b04e8dcb76bc48ea95683fdd8bd1aaa495042 (patch)
tree291d7a0d127fa40817424c044219d858e8c07467 /include/package-ipkg.mk
parentd0891e0ae8f69a0ba87a8c54d84e5a83754384bd (diff)
downloadmtk-20170518-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.zip
mtk-20170518-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.tar.gz
mtk-20170518-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.tar.bz2
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
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
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