> You can run make with the parameter "-j2" or "-j4" and it will run this
> amount of processes in parallel, but with openwrt it's not possible (always
> says: jobserver unavailable, add '+' to parent make rule)...
> Is there a simple way to change this so I can make use of all my cores?

If you actually paid attention to the build process and were actually
familiar with the '-jX' argument, you'd know that some builds (or
portions therein) break when done in parallel, so they force the
jobserver down to '1' to avoid the problem.  You'd also know to watch
your system utilization later in the build and see all your pretty
little cores working away on some other portion of the build that is
happily parallelizable.

IOW, the developer that wrote that portion of code was years and steps
ahead of you.
_______________________________________________
openwrt-users mailing list
openwrt-users@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to