cookutils diff cook @ rev 625
cook: break debug_info dead loop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 28 15:37:46 2013 +0000 (2013-12-28) |
parents | 00576a9b9138 |
children | 100fbd777150 |
line diff
1.1 --- a/cook Thu Dec 12 11:36:09 2013 +0000 1.2 +++ b/cook Sat Dec 28 15:37:46 2013 +0000 1.3 @@ -357,7 +357,9 @@ 1.4 "CMake Error" ": No such file or directory" 1.5 do 1.6 fgrep "$error" $LOGS/$pkg.log 1.7 - done 1.8 + done > $LOGS/$pkg.log.debug_info 2>&1 1.9 + cat $LOGS/$pkg.log.debug_info 1.10 + rm -f $LOGS/$pkg.log.debug_info 1.11 separator; newline 1.12 } 1.13