aboutsummaryrefslogtreecommitdiffstats
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
commit63f47d5dbf32a7b3e7516a916c877792eae4decb (patch)
treee670f2cafab704af518df30c7ae096932ae485bb /include/package-ipkg.mk
parentc5567fcdc14e03e559161fe937ad4a9232b08339 (diff)
downloadmaster-187ad058-63f47d5dbf32a7b3e7516a916c877792eae4decb.tar.gz
master-187ad058-63f47d5dbf32a7b3e7516a916c877792eae4decb.tar.bz2
master-187ad058-63f47d5dbf32a7b3e7516a916c877792eae4decb.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35715 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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