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)
commit7db9c11e03d62fd10d206e01b708d8d761c413bb
tree3910eafaddcb845df5bccb5e82870757d80b4f47
parent2a38076807b9fac0fe6cedcdcc213c10a8658910
toolchain: rewrite the build system to allow parallelizing builds

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>
Makefile