Use maintainer's own configuration.

Signed-off-by: Junio C Hamano <junkio@cox.net>
todo
Junio C Hamano 2006-01-07 22:05:22 -08:00
parent 257a9721eb
commit e62284ebeb
1 changed files with 3 additions and 3 deletions

6
Doit
View File

@ -16,9 +16,9 @@ do
echo "* $branch" &&
git checkout $branch || break
{
make $J $nstall &&
make test &&
make clean
Meta/Make $J $nstall &&
Meta/Make test &&
Meta/Make clean
} >./:$branch.log &&
nstall=all || exit $?
else