Re: [OpenWrt-Devel] [RFC] Distcc support - Patchset V5

2009-10-19 Thread Luigi Mantellini
Hi All, These patches add: 1) suport for parallel make (inner package) 2) distcc support 3) fix package to be build using parallel make Any feedback is welcome. ciao luigi On Sun, Oct 18, 2009 at 12:07 PM, Luigi Mantellini wrote: > Hi ml, > > As we have the external toolchain support, w

Re: [OpenWrt-Devel] [RFC] Distcc support

2009-10-19 Thread Luigi 'Comio' Mantellini
Hi All, I noticed that a lot of packages call make passing both "all" and "install" target at the same time. This is not right because we cannot sure that a rule like "install: all" is present in the package's makifile. To fix the problem, we need to do two different make calls, the first with

Re: [OpenWrt-Devel] [RFC] Distcc support

2009-10-19 Thread Luigi 'Comio' Mantellini
Hi All, I noticed some packages (like ncurses, ppp, ...) that don't like the parallel make (with -jX X>1). My proposal is to define: MAKEJ1=$(MAKE) MAKE:=$(MAKE) -j$(CONFIG_JOBS) and use MAKEJ1 for these packages until we don't fix the issue. is it ok? ciao luigi Il domenica 18 ottobre