c_client: Fix parallel-make issue creating 'man' directory
authorColin Walters <walters@verbum.org>
Mon, 13 Aug 2012 19:32:31 +0000 (15:32 -0400)
committerJulien Danjou <julien@danjou.info>
Tue, 14 Aug 2012 11:33:01 +0000 (13:33 +0200)
commitc3deeaf714630531d693a6a902b8dabf791858b1
tree1d825a87805a49189648bb9d1a203f0bbd1e1e9f
parent5f8f2ba1c4f9ac74c8f301dcca8566e296e37995
c_client: Fix parallel-make issue creating 'man' directory

With make -j, it was possible to hit a race condition in the code to
make the 'man' directory.

Signed-off-by: Julien Danjou <julien@danjou.info>
src/c_client.py