mirror of
https://github.com/git/git.git
synced 2026-01-14 04:37:41 +00:00
Make branches and parallelism configurable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user