subdir.mk: build subdirs in parallel
commiteefc9be74951f2488a8b53a9a454e1f7ea985727
authorLauri Tirkkonen <lotheac@iki.fi>
Tue, 8 Jan 2019 15:25:03 +0000 (8 17:25 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Tue, 8 Jan 2019 15:26:33 +0000 (8 17:26 +0200)
tree32e6634240813f61a1a546f770a6a23e896e0e27
parent64907305a424465aaf8f1456465e7b63dceba2dc
subdir.mk: build subdirs in parallel

this is a bit of a hack, and only applies if the target being built (eg.
all, cleandir) has not been defined prior to inclusion of subdir.mk (eg.
including prog.mk or lib.mk will keep the single-thread semantics). but
it does improve build speed, so use it as is at least until a more
comprehensive solution shows up.
share/mk/subdir.mk