diff options
| author | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:20 +0000 |
|---|---|---|
| committer | Jonas Gorski <jogo@openwrt.org> | 2013-02-21 11:45:20 +0000 |
| commit | a48b04e8dcb76bc48ea95683fdd8bd1aaa495042 (patch) | |
| tree | 291d7a0d127fa40817424c044219d858e8c07467 /include | |
| parent | d0891e0ae8f69a0ba87a8c54d84e5a83754384bd (diff) | |
| download | upstream-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.tar.gz upstream-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.tar.bz2 upstream-a48b04e8dcb76bc48ea95683fdd8bd1aaa495042.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>
SVN-Revision: 35715
Diffstat (limited to 'include')
| -rw-r--r-- | include/package-ipkg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index b4b83fea5c0..20361de9e89 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 |
