提交 d2301249 编写于 作者: S Sam Ravnborg

kbuild: teach mkmakfile to be silent

With this fix a "make -s" is now really silent
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 fd54f502
......@@ -17,7 +17,9 @@ if test -e $2/Makefile && ! grep -q Automatically $2/Makefile
then
exit 0
fi
echo " GEN $2/Makefile"
if [ "${quiet}" != "silent_" ]; then
echo " GEN $2/Makefile"
fi
cat << EOF > $2/Makefile
# Automatically generated by $0: don't edit
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册