浏览代码

build: optimize printing of disabled packages

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 43015
Felix Fietkau 11 年之前
父节点
当前提交
edc8e2022a
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      include/package-ipkg.mk

+ 1 - 3
include/package-ipkg.mk

@@ -102,9 +102,7 @@ ifeq ($(DUMP),)
 			echo "$(1)" >> $(PKG_INSTALL_STAMP)
 			echo "$(1)" >> $(PKG_INSTALL_STAMP)
         endif
         endif
       else
       else
-        compile: $(1)-disabled
-        $(1)-disabled:
-		@echo "WARNING: skipping $(1) -- package not selected" >&2
+        $$(info WARNING: skipping $(1) -- package not selected)
       endif
       endif
     endif
     endif
     endif
     endif