aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/byterun
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-12-19 11:58:39 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-12-19 11:58:39 +0100
commitc793d102df3e007d824e79f499e71823207c301a (patch)
tree5f588ab8d05e8a53fbe246cefac20578fad58db0 /kernel/byterun
parent42f27beb63a629dcef514abb0b31dea193f35a38 (diff)
Avoid concurrent runs when producing html documentation (bug #5269).
Make does not allow for rules that produce multiple outputs (unless they are pattern rules). As a consequence, the hacha rule could be run several times concurrently, thus causing doc/refman/html to be deleted under the feet of some runs. This commit fixes the issue by turning the rule into a single-output rule and adding a dummy rule to handle all the other indexes. Note that this is not a perfect solution since, if the user were to manually delete one of the auxiliary index, it would not be rebuilt until the main index is.
Diffstat (limited to 'kernel/byterun')
0 files changed, 0 insertions, 0 deletions