On 5/7/23 4:10 PM, Christian Weisgerber wrote:
Building the loadable modules depends on files created during the
main build. However, the Makefile doesn't record any such dependency.
Running for instance "make -j10 all loadables" will fail due to a
lack of enforced sequencing.
A straightforward
Building the loadable modules depends on files created during the
main build. However, the Makefile doesn't record any such dependency.
Running for instance "make -j10 all loadables" will fail due to a
lack of enforced sequencing.
A straightforward fix would be to make the "loadables" target depe