# HG changeset patch # User Pascal Bellard # Date 1376334376 0 # Node ID d863b4f2b6cb8679efa53c2934e8e87b0c7f0f2c # Parent 9899fbd15073816e5d9448a4a0b4613b92078224 cook: track more errors diff -r 9899fbd15073 -r d863b4f2b6cb cook --- a/cook Sun Aug 11 08:36:57 2013 +0000 +++ b/cook Mon Aug 12 19:06:16 2013 +0000 @@ -1491,7 +1491,7 @@ # Exit if any error in packing. lerror=$(_n "ERROR") - if grep -Eq "(^$lerror|No such file or directory)" $LOGS/$pkg.log; then + if grep -Eq "(^$lerror|No such file or directory|not remade because of errors)" $LOGS/$pkg.log; then debug_info | tee -a $LOGS/$pkg.log rm -f $command && exit 1 fi