wok-current rev 6053
tazbb: break toolchain recompilations
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 17 15:27:28 2010 +0200 (2010-08-17) |
parents | 5fe024ce14db |
children | 41ed3c4760c9 |
files | tazbb/stuff/tazbb |
line diff
1.1 --- a/tazbb/stuff/tazbb Tue Aug 17 14:28:38 2010 +0200 1.2 +++ b/tazbb/stuff/tazbb Tue Aug 17 15:27:28 2010 +0200 1.3 @@ -337,6 +337,9 @@ 1.4 echo "$PACKAGE" >> $DB_DIR/cooklist 1.5 fi 1.6 if ! grep -q $PACKAGE $DB_DIR/cooklist; then 1.7 + case " $TOOLCHAIN " in 1.8 + *\ $PACKAGE\ *) continue;; 1.9 + esac 1.10 for dep in $BUILD_DEPENDS $TOOLCHAIN ; do 1.11 [ $BUILD_WOK/$PACKAGE/taz -nt $BUILD_WOK/$dep/taz ] && continue 1.12 [ "$1" = "report" ] && echo "Refresh : $PACKAGE (older than $dep)"