[Buildroot] disabling parallel make for a generic package

Dallas Clement dallas.a.clement at gmail.com
Tue Sep 11 17:51:57 UTC 2012


Thanks Samuel.  Works great!

On Tue, Sep 11, 2012 at 12:27 PM, Samuel Martin <s.martin49 at gmail.com> wrote:
> 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