Make branches and parallelism configurable

todo
Junio C Hamano 2006-08-08 18:22:27 -07:00
parent 0cc34eb2a0
commit d5b16cd2cc
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ x86_64)
;;
esac

J='-l 4 -j'
: ${J='-l 4 -j'}
G=/pub/software/scm/git &&

cd $HOME/git &&
@ -21,7 +21,7 @@ make clean >/dev/null 2>&1 &&
case "$1" in
'')
echo "* Building all"
branches='next master maint pu'
: ${branches='next master maint pu'}
nstalled=install
for branch in $branches
do