Hi Khem,
On 3/6/20 1:22 PM, Khem Raj wrote:
Ensure that directory is created before its written to
This can cause a build race in a highly parallelised build where a directory is not yet
created but
output file is being written using redirection e.g.
rst2man.py --strict --no-raw --no-generator --no-datestamp < ../git/monitor/iwmon.rst
> monitor/iwmon.1
/bin/sh: monitor/iwmon.1: No such file or directory
make[1]: *** [Makefile:3544: monitor/iwmon.1] Error 1
Signed-off-by: Khem Raj <raj.khem(a)gmail.com>
---
v2: create directory before emitting doc files into it
v3: No change, rebased on master
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Applied, thanks.
Regards,
-Denis