tazwok diff chroot-scripts/cook-toolchain @ rev 375
web/index.php: one more link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 27 13:22:51 2011 +0100 (2011-02-27) |
parents | 08c39bd8d068 |
children | 6d514a2cd9ef |
line diff
1.1 --- a/chroot-scripts/cook-toolchain Tue Feb 22 01:56:15 2011 +0100 1.2 +++ b/chroot-scripts/cook-toolchain Sun Feb 27 13:22:51 2011 +0100 1.3 @@ -5,6 +5,13 @@ 1.4 # Important settings and variables. 1.5 source /usr/lib/slitaz/libtaz 1.6 source /etc/slitaz/tazwok.conf 1.7 + 1.8 +# Report progress on webserver. 1.9 +log_step="$LOCAL_REPOSITORY/log/step" 1.10 +run_on_exit="$run_on_exit 1.11 +rm -f $LOCAL_REPOSITORY/log/step 1.12 +rm -f $LOCAL_REPOSITORY/log/package" 1.13 + 1.14 source_lib report 1.15 report start 1.16 1.17 @@ -61,6 +68,7 @@ 1.18 for PACKAGE in binutils gcc; do 1.19 rm $LOCAL_REPOSITORY/log/tmp-toolchain-$PACKAGE-firstpass.html 2>/dev/null 1.20 report sublog $LOCAL_REPOSITORY/log/tmp-toolchain-$PACKAGE-firstpass.html 1.21 + echo "tmp-toolchain-$PACKAGE-firstpass" > $LOCAL_REPOSITORY/log/package 1.22 report step "Compiling $PACKAGE, first pass" 1.23 report open-bloc 1.24 prepare_package 1.25 @@ -75,6 +83,7 @@ 1.26 for PACKAGE in $SLITAZ_TOOLCHAIN; do 1.27 rm $LOCAL_REPOSITORY/log/tmp-toolchain-$PACKAGE.html 2>/dev/null 1.28 report sublog $LOCAL_REPOSITORY/log/tmp-toolchain-$PACKAGE.html 1.29 + echo "tmp-toolchain-$PACKAGE" > $LOCAL_REPOSITORY/log/package 1.30 report step "Compiling $PACKAGE" 1.31 report open-bloc 1.32 prepare_package