I guess this may break parallel build. Before, building disklabel is deferred but now it will be built more earlier.
good point. thanks.
The notation like below
xxx .WAIT \
yyy .WAIT \
zzz ...
is quite misleading and it should be rewritten as follows instead:
xxx \
.WAIT yyy \
.WAIT zzz ...
i'm testing a change like this for tools/Makefile.
.mrg.
