[Buildroot] disabling parallel make for a generic package

Samuel Martin s.martin49 at gmail.com
Tue Sep 11 17:27:48 UTC 2012


Hi Dallas,

2012/9/11 Dallas Clement <dallas.a.clement at gmail.com>:
> Hello All,
>
> I need to turn off parallel make for one particular generic package.
> I see that this can be done for an auto-tools package by doing the
> following:
>
> LIBFOO_MAKE=$(MAKE1)
>
> This doesn't seem to work for my generic package though.  Is there a
> different way to do this for generic packages?
For generic packages, this is as simple as calling $(MAKE1) instead of $(MAKE)
(as example, see: http://git.buildroot.net/buildroot/tree/package/feh/feh.mk)


Cheers,

-- 
Sam


More information about the buildroot mailing list