]> git.ozlabs.org Git - next-scripts/commitdiff
shorten some messages
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 26 Nov 2018 14:09:56 +0000 (01:09 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 26 Nov 2018 14:09:56 +0000 (01:09 +1100)
add some compile flags

do_build
do_last_build

index c8139266b495a8fd6d9c773ff651749f78248f51..4fa16a11b440691f32074a061f59b9e87ec4c4f3 100755 (executable)
--- a/do_build
+++ b/do_build
@@ -36,7 +36,7 @@ $cmd <<-EOF
        echo Building on \$(hostname)
 
        echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH"
-       export LANG=C
+       export LANG=C KCFLAGS="-Wimplicit-fallthrough"
 
        cd "$build_dir" || exit 1
 
@@ -85,7 +85,7 @@ $cmd <<-EOF
                        echo "\$sep"
                        echo " log \$b increased number of lines"
                        echo "\$sep"
-                       linux-next-notify "linux-next: \$arch \$conf log got bigger"
+                       linux-next-notify "\$arch \$conf log got bigger"
                        if [ -f $obdir/\$b ]; then
                                diff -u $obdir/\$b \$log 2>&1 | less
                        else
index 80cfe3c98e22f34c639265064f50f3894a347bad..9e877d4ded3939df9307407742a7db639f20cb43 100755 (executable)
@@ -12,7 +12,7 @@ $cmd <<-EOF
        set -e
 
        echo \$PATH | grep -q "\$HOME/bin" || export PATH="\$HOME/bin:\$PATH"
-       export LANG=C
+       export LANG=C KCFLAGS="-Wimplicit-fallthrough"
 
        cd "$build_dir"