[Slackbuilds-users] make -j -l

Niels Horn niels.horn at gmail.com
Sun Jun 20 14:37:16 UTC 2010


On Sun, Jun 20, 2010 at 11:00 AM, Manuel Reimer
<Manuel.Spam at nurfuerspam.de> wrote:
> Greg' Ar Tourter wrote:
>>
>> make $MAKEFLAGS || make || exit 1
>
> Doesn't work in all cases!
>
> The "merkaartor" SlackBuild is a good example. Building it with "make -j 3"
> brings the source into a state, where it's even impossible to compile using
> plain "make". You have to "make clean" and run "make" after this.
>
> Yours
>
> Manuel
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - http://slackbuilds.org/faq/
>
>

Some programs won't build right with anything different from -j1.
In my scripts, in these cases, I explicitly put "make -j1" in the
SlackBuild, to override possible settings in $MAKEFLAGS
"nbench" is an example.

Niels


More information about the SlackBuilds-users mailing list