clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
208 stars 70 forks source link

Fix race condition #465

Closed pprindeville closed 10 months ago

pprindeville commented 10 months ago

util requires libbackend.so to be built first, but that doesn't happen until apps/backend/ gets built, so capture that dependency.

You can reproduce this in master by:

% make -j8 all util