Re: [PATCH] tc: make tc linking depend on libtc.a

2017-01-09 Thread Stephen Hemminger
On Tue, 03 Jan 2017 15:32:46 -0800 David Michael wrote: > There was a race condition where the command to link the tc binary > could (rarely) run before the libtc.a archive existed. Applied, thanks. I guess I need a 64 CPU machine.

[PATCH] tc: make tc linking depend on libtc.a

2017-01-03 Thread David Michael
There was a race condition where the command to link the tc binary could (rarely) run before the libtc.a archive existed. --- Hi, I've hit a random failure during parallel builds: ld: cannot find -ltc The issue seems to be that both tc and libtc.a are permitted to build in parallel, when tc