toolchain: rewrite the build system to allow parallelizing builds
authorFelix Fietkau <nbd@openwrt.org>
Thu, 14 Mar 2013 00:22:25 +0000 (01:22 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 26 Apr 2013 09:15:10 +0000 (11:15 +0200)
Use stampfiles for builds and proper dependencies to allow running
make with -j<N>. The jobserver is also passed to the package make
processes to further optimize build time.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

No differences found