diff --git a/bin/caam b/bin/caam index 31273bc..63586cc 100755 --- a/bin/caam +++ b/bin/caam @@ -1,8 +1,8 @@ #!/bin/sh # caam - Configure And And Make # (C)2008-2011 by HIROSE, Yuuji [yuuji/at/gentei.org] -# Last modified Sun Feb 19 11:57:20 2012 on firestorm -# Update count: 17 +# Last modified Wed Feb 22 10:53:24 2012 on firestorm +# Update count: 35 # http://www.gentei.org/~yuuji/software/caam/ ca=`echo $CAAM_ADD|tr : ' '` @@ -157,16 +157,30 @@ [ -s $logfile ] || echo "### $logfile started at `date`" > $logfile (echo 1i echo "# ** $uname ** - $myname succeeded at `date`" - echo 'if [ x"`uname -sm`" = x"'$uname'" ]; then' + cat < /dev/null + + echo "Saved caam log in $logfile." + echo "To build again with same parameters: sh $logfile" + echo "To see successfull caam arguments: sh $logfile -n" ) exit $status }