[svn-r26671] Since cmake always redoes everything from start, I change the logfiles to

start fresh everytime.

Tested: platypus
This commit is contained in:
Albert Cheng 2015-03-30 23:30:58 -05:00
parent 306775bc98
commit f207efd6f3

View File

@ -109,7 +109,7 @@ STEP()
(TIMESTAMP; nerror=0 ;
echo "eval $command"
eval $command || nerror=1 ;
TIMESTAMP; exit $nerror) < /dev/null >> "$logfile" 2>&1
TIMESTAMP; exit $nerror) < /dev/null > "$logfile" 2>&1
if [ $? -ne 0 ]; then
echo "error in '$banner'. $progname aborted."
exit 1