summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man/man-1.6g-parallel.patch
Commit message (Collapse)AuthorAgeFilesLines
* man: fix src/Makefile to work with parallel makeBill Randle2016-03-301-0/+30
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] (From OE-Core rev: 61f3ef6a209805577c0e731a73c4f0eab1ace748) Signed-off-by: Bill Randle <william.c.randle@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>