Skip to content
Commit 5346f2f0 authored by Joe Slater's avatar Joe Slater Committed by Joe MacDonald
Browse files

arptables: defeat multi-job for install



CQID: 399299

The make install target is not parallel job
safe, but doesn't do all that much, so we
limit make to one job for that.

The make target is of the form

install: x y z

Unfortunately, z depends on y, so if z is started
before y (almost) completes, we will fail.

Signed-off-by: default avatarJoe Slater <jslater@windriver.com>
Signed-off-by: default avatarJoe MacDonald <joe.macdonald@windriver.com>
parent a3f1c77c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment