3
3
# This script tries to get good estimations into the .calc files at
5
5
# update these .calc files with more recent estimations.
8
8
# $CODENAME. This doesn't need to be a full build, you can get the needed
9
9
# stuff by running a build.sh with something like:
10
10
# IMAGETARGET="ok bootable upgrade bin-infos bin-list"
12
12
# Temporary directory of the previous build.
15
15
#Get info from older build if it exists
20
20
for i in `du -sm "$BDIR"/CD[0123456789]* |
21
21
sed -n 's/^\([0-9]\+\).*CD\([0-9]\+\)/\2=\1/p'`