comparison common/bootstrap/build-one-package.sh @ 17:a90ac7ed5d64

Add X of Y progress indicator.
author Rob Landley <rob@landley.net>
date Sun, 30 Oct 2011 22:27:54 -0500
parents bcd2e358d57f
children a051c841d782
comparison
equal deleted inserted replaced
16:0bdce741ba83 17:a90ac7ed5d64
6 6
7 source /mnt/functions.sh || exit 1 7 source /mnt/functions.sh || exit 1
8 8
9 # build $1 9 # build $1
10 10
11 set_titlebar "$1" 11 set_titlebar "$1$X_OF_Y"
12 12
13 # Three types of /mnt/build scripts: 13 # Three types of /mnt/build scripts:
14 # 14 #
15 # $1.nosrc - no source code in /mnt/build, perform no setup/cleanup. 15 # $1.nosrc - no source code in /mnt/build, perform no setup/cleanup.
16 # $1.sh - source is symlink tree to "/mnt/build/$1". This is faster and uses 16 # $1.sh - source is symlink tree to "/mnt/build/$1". This is faster and uses