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 X1). 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

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 all