On 10/15/25 9:48 PM, Ihar Hrachyshka wrote: > When running parallel make install (-j), ovn-detrace-install could > trigger before ovn_detrace.py is installed. In this case, `ln` will > fail. > > When it happens, make fails with: > > ``` > ln: failed to create symbolic link '[...]/bin/ovn-detrace': No such file or > directory > make[2]: *** [Makefile:3852: ovn-detrace-install] Error 1 > ``` > > Automake install-*-local targets are not guaranteed any order. In > contrast, install-*-hook does [1]. This patch switches the make target > to use the latter. > > [1] > https://www.gnu.org/software/automake/manual/html_node/Extending-Installation.html > > Signed-off-by: Ihar Hrachyshka <[email protected]> > > --- > > v2: make new install-data-hook target PHONY. > > ---
Hi Ihar, Thanks for the v2! Applied to main. Regards, Dumitru _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
