projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ff7e3
)
include/package-bin: print warnings/errors to stderr
author
Jonas Gorski
<jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:18 +0000
(11:45 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:18 +0000
(11:45 +0000)
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35714
include/package-bin.mk
patch
|
blob
|
history
diff --git
a/include/package-bin.mk
b/include/package-bin.mk
index 96c1aeffcfb0b59c1d4811b75288de3a1e28df1d..dcb3a8acba6298491affe9ccd52a83f3750824fb 100644
(file)
--- 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