@leroysheep / Socializer / commits / f43915da0c

Allow passing -pedantic etc to Meta/Make

Junio C Hamano committed Jul 1, 2006 at 23:25 UTC f43915da0c469e9fa1643eebad36bf0aaf5a8299
1 file changed +4 -3
Doit
+4 -3
index 7ecacbec63..b134b84d97 100755 --- a/Doit +++ b/Doit @@ -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"