diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-21 11:45:18 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-21 11:45:18 +0000 |
commit | 32b8758f9e16c9d67a9fcc210b80442b3cae2a54 (patch) | |
tree | 05956ad63de7d72229b93f46cf84117c861bdd6e | |
parent | e826bdc8f7165ca7b7433566466d1fedd1588d81 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35714 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/package-bin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-bin.mk b/include/package-bin.mk index 96c1aeffc..dcb3a8acb 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 |