# HG changeset patch # User Pascal Bellard # Date 1239181858 0 # Node ID 2a457c9e809ad7f3330b7326045bcdf0924ab8b7 # Parent d88dec86b2ec8bba56941e8a39d185c901293020 undo log compile_rules and genpkg_rules output: breaks status diff -r d88dec86b2ec -r 2a457c9e809a tazwok --- a/tazwok Tue Apr 07 16:39:56 2009 +0000 +++ b/tazwok Wed Apr 08 09:10:58 2009 +0000 @@ -336,7 +336,7 @@ # make the package if it exists. if grep -q ^compile_rules $RECEIPT; then echo "executing compile_rules" >> $LOG - compile_rules 2>&1 | tee compile_rules.log + compile_rules # Exit if compilation failed so the binary package # is not generated when using the cook command. local CHECK=$? @@ -462,7 +462,7 @@ if grep -q ^genpkg_rules $RECEIPT; then # Log process. echo "executing genpkg_rules" >> $LOG - genpkg_rules 2>&1 | tee genpkg_rules.log + genpkg_rules cd $WOK/$PACKAGE # Skip generic files for packages with a WANTED variable # (dev and splited pkgs).