Re: [OpenWrt-Devel] [PATCH] Fix toolchain parallel build

2010-03-05 Thread Travis Kemen
Committed r19995. Travis 2010/3/4 Raphaël HUCK : > Hi, > > this patch fixes toolchain parallel build, which reduces build time. > > In order to enable parallel build, change line 21 of > include/host-build.mk from: > > override MAKEFLAGS= > > to: > > override MAKEFLAGS=$(MAKE_JOBS) > > -Raphael >

[OpenWrt-Devel] [PATCH] Fix toolchain parallel build

2010-03-04 Thread Raphaël HUCK
Hi, this patch fixes toolchain parallel build, which reduces build time. In order to enable parallel build, change line 21 of include/host-build.mk from: override MAKEFLAGS= to: override MAKEFLAGS=$(MAKE_JOBS) -Raphaeldiff -pruN trunk.orig//include/host-build.mk trunk/include/host-build.mk --