From: brian Date: Fri, 30 Jun 2006 17:05:12 +0000 (+0000) Subject: Trying to strace this sucker to see where it's going wrong on the occasions X-Git-Tag: 1.4.10~286 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=67e4c45c6ef9a7a7c2f20fe60f88aad10d9f8ca1;p=fs%2Flustre-release.git Trying to strace this sucker to see where it's going wrong on the occasions that it does has it's own set of problems. ~sigh~ --- diff --git a/build/lmake b/build/lmake index 612abb8..120bea3 100755 --- a/build/lmake +++ b/build/lmake @@ -393,7 +393,8 @@ depend_kernel() local logfile=$(mktemp /tmp/XXXXXX) #timed_run 300 $TOPDIR/build/update_oldconfig $logfile #local RC=${PIPESTATUS[0]} - local RC=$(strace -f -o update_oldconfig.strace bash -c "$TOPDIR/build/update_oldconfig $logfile; echo \$?") + #local RC=$(strace -f -o update_oldconfig.strace bash -c "$TOPDIR/build/update_oldconfig $logfile; echo \$?") + local RC=$($TOPDIR/build/update_oldconfig $logfile; echo \$?) #$TOPDIR/build/update_oldconfig $logfile #local RC=${PIPESTATUS[0]} if [ $RC -eq 143 ]; then