projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0891e0
)
include/package-ipkg.mk: print warnings/errors to stderr
author
Jonas Gorski
<jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:20 +0000
(11:45 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Thu, 21 Feb 2013 11:45:20 +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: 35715
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index b4b83fea5c0b8cb2438f048909a210192dd6d5e8..20361de9e890e48dff192240c68a85db5d52f564 100644
(file)
--- 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