summaryrefslogtreecommitdiffstats
path: root/include/package-bin.mk
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:18 +0000
committerJonas Gorski <jogo@openwrt.org>2013-02-21 11:45:18 +0000
commitd0891e0ae8f69a0ba87a8c54d84e5a83754384bd (patch)
tree2dd716f7061976a06b2185a5df952edd24790582 /include/package-bin.mk
parent88ff7e3f23c3aa406dae1d44a3ea731d279f02da (diff)
downloadmaster-31e0f0ae-d0891e0ae8f69a0ba87a8c54d84e5a83754384bd.tar.gz
master-31e0f0ae-d0891e0ae8f69a0ba87a8c54d84e5a83754384bd.tar.bz2
master-31e0f0ae-d0891e0ae8f69a0ba87a8c54d84e5a83754384bd.zip
include/package-bin: 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: 35714
Diffstat (limited to 'include/package-bin.mk')
-rw-r--r--include/package-bin.mk2
1 files changed, 1 insertions, 1 deletions
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