提交 6525ee55 编写于 作者: K Kyle McMartin

parisc: quiet palo not-found message from "which"

Reduces moaning when building on a machine without palo installed.
Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
上级 ef017beb
......@@ -77,7 +77,7 @@ libs-y += arch/parisc/lib/ `$(CC) -print-libgcc-file-name`
drivers-$(CONFIG_OPROFILE) += arch/parisc/oprofile/
PALO := $(shell if which palo; then : ; \
PALO := $(shell if (which palo 2>&1); then : ; \
elif [ -x /sbin/palo ]; then echo /sbin/palo; \
fi)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册