Skip to content

Commit e62284e

Browse files
author
Junio C Hamano
committed
Use maintainer's own configuration.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 257a972 commit e62284e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ do
1616
echo "* $branch" &&
1717
git checkout $branch || break
1818
{
19-
make $J $nstall &&
20-
make test &&
21-
make clean
19+
Meta/Make $J $nstall &&
20+
Meta/Make test &&
21+
Meta/Make clean
2222
} >./:$branch.log &&
2323
nstall=all || exit $?
2424
else

0 commit comments

Comments
 (0)