Re: Building loadables depends on main build

2023-05-08 Thread Chet Ramey
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 loadables depends on main build

2023-05-07 Thread Christian Weisgerber
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