]> git.ozlabs.org Git - next-scripts/blob - build_warn
update to_build_host a bit
[next-scripts] / build_warn
1 #!/bin/bash
2
3 subject="build warning after merge of the BRANCH tree"
4
5 tools_dir=$(dirname "$0")
6 "$tools_dir"/message_helper "$@" "$subject" <<EOF
7 After merging the BRANCH tree, today's linux-next build (KCONFIG_NAME) produced this warning:
8
9
10 Introduced by commit
11
12    ("")
13 EOF
14
15 exit 0