1
2all : pre1 .WAIT pre2 pre3
3pre1: ; @testhelp -q out start-$@ sleep 1 out end-$@
4pre2: ; @testhelp -q out start-$@ file TWO wait THREE out end-$@
5pre3: ; @testhelp -q wait TWO out $@ file THREE
6
7# This is just here so we don't fail with older versions of make
8.WAIT: