From: Ben Hutchings Date: Wed, 6 Nov 2013 21:18:30 +0000 (-0800) Subject: DocBook: Make mandocs parallel-safe X-Git-Tag: v3.14-rc1~128^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832919bfcf0cfd75767c68b0c61f7cf48be860a8;p=pandora-kernel.git DocBook: Make mandocs parallel-safe Two concurrent calls to cmd_db2man may attempt to compress manual pages generated by each other. gzip can then fail due to an input file having already been compressed and removed. Move the gzip command to the top-level mandocs target. Signed-off-by: Ben Hutchings Cc: Bastian Blank Acked-by: Rob Landley Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed