wok-next rev 6065
tazbb: breaks a cook loop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 22 11:18:37 2010 +0200 (2010-08-22) |
parents | 5e8163d91ee4 |
children | bf6e17c8473c |
files | tazbb/stuff/tazbb |
line diff
1.1 --- a/tazbb/stuff/tazbb Sun Aug 22 11:01:15 2010 +0200 1.2 +++ b/tazbb/stuff/tazbb Sun Aug 22 11:18:37 2010 +0200 1.3 @@ -286,8 +286,8 @@ 1.4 echo "Checking all files in: $HG_WOK" 1.5 echo "================================================================================" 1.6 echo "(checking wok)" > $DB_DIR/running 1.7 - #TOOLCHAIN="$(. $HG_WOK/slitaz-toolchain/receipt ; echo $DEPENDS)" 1.8 - TOOLCHAIN="binutils glibc-dev gcc" 1.9 + TOOLCHAIN="$(. $HG_WOK/slitaz-toolchain/receipt ; echo $DEPENDS)" 1.10 + TOOLCHAIN="$TOOLCHAIN glibc linux" # break cook loop 1.11 for pkg in $HG_WOK/* 1.12 do 1.13 EXTRAVERSION=""