Browse Source

include/package-bin: print warnings/errors to stderr

Makes warnings/errors visible when building with V=w/V=1.

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 35714
Jonas Gorski 12 years ago
parent
commit
d0891e0ae8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/package-bin.mk

+ 1 - 1
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