Allow passing -pedantic etc to Meta/Make

This commit is contained in:
Junio C Hamano
2006-07-01 23:25:20 -07:00
parent 331938f088
commit f43915da0c

7
Doit
View File

@@ -1,5 +1,6 @@
#!/bin/sh
: ${M=''}
: ${J=-j2}
test -z "$(git diff --cached --name-status)" || {
@@ -17,9 +18,9 @@ do
then
echo "** $branch" &&
git checkout $branch &&
Meta/Make -- $J all &&
Meta/Make -- $J $nstall &&
Meta/Make test &&
Meta/Make $M -- $J all &&
Meta/Make $M -- $J $nstall &&
Meta/Make $M -- test &&
Meta/Make clean || exit $?
else
echo "** No $branch"