The (update-)packages targets require buildworld and buildkernel to
run first. Add some .ORDER statements to ensure this happens.
This fixes 'make -j8 buildworld buildkernel packages'.
PR: 289969
Reported by: yasu
MFC after: 3 days
Differential D52877
Makefile: Fix ordering for (update-)packages ivy on Fri, Oct 3, 1:36 AM. Authored by Tags None Referenced Files
Subscribers
Details The (update-)packages targets require buildworld and buildkernel to This fixes 'make -j8 buildworld buildkernel packages'. PR: 289969
Diff Detail
Event TimelineComment Actions I confirmed make -j 8 buildworld buildkernel update-packages works as is expected by applying the diff. |