]> code.ossystems Code Review - openembedded-core.git/commit
man: fix src/Makefile to work with parallel make
authorBill Randle <william.c.randle@intel.com>
Tue, 29 Mar 2016 22:26:39 +0000 (15:26 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Mar 2016 22:28:37 +0000 (23:28 +0100)
commit61f3ef6a209805577c0e731a73c4f0eab1ace748
treeb2798cc26a3126058b1e7c1921923e6f136ebe54
parent51bef86ce52fdc2455cd1879e3e19d5ccc5c1c9c
man: fix src/Makefile to work with parallel make

The Makefile for man has a rule to create two generated targets with
a program run from the shell. Because the rule was run twice, with
parallel make, the generated files were being overwritten at the same
time they were being compiled. This patch forces the rule to be run
only once.

[YOCTO #9333]

Signed-off-by: Bill Randle <william.c.randle@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/man/man/man-1.6g-parallel.patch [new file with mode: 0644]
meta/recipes-extended/man/man_1.6g.bb