Commit 997cb5d9 authored by Alessandro Rubini's avatar Alessandro Rubini

tools/git-compileall: be silent in 'make clean'

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 73cc4b37
......@@ -25,7 +25,7 @@ while read a rest; do
echo "####################### $a $rest" | tee -a $O > $tty
git checkout $a 2>&1 | tee -a $O > $tty || send=1
git submodule update
make clean
make -s clean
if make -s 2>&1 | tee -a $O > $tty;
then true
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment