Code

src/Makefile: Support parallel builds when creating the manpages. sh/collectd-4.6
authorSebastian Harl <sh@tokkee.org>
Wed, 28 Oct 2009 18:32:36 +0000 (19:32 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 28 Oct 2009 18:32:36 +0000 (19:32 +0100)
commit1d4cebfe93f2af9a410513f020537e8bcd91c51c
tree1e111ddf4ae9907afc66c27314f4874e16de2ea9
parent1783d08b2eafb5973c9fd952b6e614076b96485d
src/Makefile: Support parallel builds when creating the manpages.

A temporary file name is used when creating the manpages. So far, a static
file name had been used for that, thus causing race conditions. Now, a unique
suffix (PID) is used to fix that.

Thanks to BC^bd for reporting that on IRC!
src/Makefile.am