]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/execution/joberr/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / execution / joberr / Makefile
1 # $FreeBSD$
2
3 check-joberr:
4 .for _t in 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
5         @-${MAKE} -f ${MAKEFILE} -j2 do-$@
6 .endfor
7
8 do-check-joberr:
9         @echo "Error: build failed"
10         @exit 1