Re: [PATCH] objdump: restore quiet build output

2019-09-16 Thread Josh Poimboeuf
On Tue, Sep 10, 2019 at 11:20:24AM +0200, Arnd Bergmann wrote: > After a recent sync-check.sh update, a 'make -s' build prints a > single line of output from the 'cd -' command: > > /git/linux/tools/objtool > > This is clearly unintended, so revert back to a completely quiet > build by

[PATCH] objdump: restore quiet build output

2019-09-10 Thread Arnd Bergmann
After a recent sync-check.sh update, a 'make -s' build prints a single line of output from the 'cd -' command: /git/linux/tools/objtool This is clearly unintended, so revert back to a completely quiet build by redirecting the cd output to /dev/null. Fixes: 2ffd84ae973b ("objtool: Update