]> git.openfabrics.org - ~emulex/compat.git/commitdiff
compat: use make -s
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 3 Apr 2012 08:16:02 +0000 (01:16 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Tue, 3 Apr 2012 16:50:10 +0000 (09:50 -0700)
Avoid printing anything other than errors. This
*should* speed up compiling a bit more although
current tests show no improvements yet. The real
benefit is a smaller and cleaner ckmake.log which
will only have warnings and errors.

Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
bin/ckmake

index 8238436f11b4574a6452e41896eeae2ba04f824b..56e1ec1ad7274bfc8b17d1818fe41adc185705be 100755 (executable)
@@ -71,7 +71,7 @@ for i in $KLIBS; do
        log_try_kernel $KERNEL | ./scripts/skip-colors >> $LOG
        log_try_kernel $KERNEL
 
-       ionice -c 3 nice -n 20 make KLIB=$DIR KLIB_BUILD=$DIR -j6 -Wunused-but-set-variable &>> $LOG
+       ionice -c 3 nice -n 20 make -s KLIB=$DIR KLIB_BUILD=$DIR -j6 -Wunused-but-set-variable &>> $LOG
        if [[ $? -eq 0 ]]; then
                echo -e "${GREEN}[OK]${NORMAL}" | tee_color_split
        else