Explorar el Código

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 <[email protected]>

SVN-Revision: 35715
Jonas Gorski hace 13 años
padre
commit
a48b04e8dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/package-ipkg.mk

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