]> www.infradead.org Git - users/dwmw2/linux.git/commit
objtool: Silence build output
authorOlof Johansson <olof@lixom.net>
Mon, 20 Jan 2020 18:14:07 +0000 (12:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Feb 2020 12:36:41 +0000 (04:36 -0800)
commitc9948008472b32e0deddec421499e05fce7dd994
treeb582cb0af1995db90517b566101c10b3fec06275
parent5a530eabca61a7889bb382ace379f61c6c3b4e9f
objtool: Silence build output

commit 6ec14aa7a58a1c2fb303692f8cb1ff82d9abd10a upstream.

The sync-check.sh script prints out the path due to a "cd -" at the end
of the script, even on silent builds. This isn't even needed, since the
script is executed in our build instead of sourced (so it won't change
the working directory of the surrounding build anyway).

Just remove the cd to make the build silent.

Fixes: 2ffd84ae973b ("objtool: Update sync-check.sh from perf's check-headers.sh")
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/cb002857fafa8186cfb9c3e43fb62e4108a1bab9.1579543924.git.jpoimboe@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/objtool/sync-check.sh