# HG changeset patch # User Pascal Bellard # Date 1282051648 -7200 # Node ID af7ae092c94181ae77e7175e6704e776e7b98334 # Parent 5fe024ce14dbc3358e6c01ba75c45c30583432ad tazbb: break toolchain recompilations diff -r 5fe024ce14db -r af7ae092c941 tazbb/stuff/tazbb --- a/tazbb/stuff/tazbb Tue Aug 17 14:28:38 2010 +0200 +++ b/tazbb/stuff/tazbb Tue Aug 17 15:27:28 2010 +0200 @@ -337,6 +337,9 @@ echo "$PACKAGE" >> $DB_DIR/cooklist fi if ! grep -q $PACKAGE $DB_DIR/cooklist; then + case " $TOOLCHAIN " in + *\ $PACKAGE\ *) continue;; + esac for dep in $BUILD_DEPENDS $TOOLCHAIN ; do [ $BUILD_WOK/$PACKAGE/taz -nt $BUILD_WOK/$dep/taz ] && continue [ "$1" = "report" ] && echo "Refresh : $PACKAGE (older than $dep)"