mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r26671] Since cmake always redoes everything from start, I change the logfiles to
start fresh everytime. Tested: platypus
This commit is contained in:
parent
306775bc98
commit
f207efd6f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user