Skip to content

Commit d5b16cd

Browse files
author
Junio C Hamano
committed
Make branches and parallelism configurable
1 parent 0cc34eb commit d5b16cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DoKernelOrg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ x86_64)
77
;;
88
esac
99

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

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

0 commit comments

Comments
 (0)