Page MenuHomeFreeBSD

Makefile: Fix ordering for (update-)packages
ClosedPublic

Authored by ivy on Oct 3 2025, 1:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 6, 9:09 AM
Unknown Object (File)
Sat, Nov 1, 8:41 PM
Unknown Object (File)
Thu, Oct 30, 6:39 PM
Unknown Object (File)
Wed, Oct 29, 10:58 AM
Unknown Object (File)
Wed, Oct 29, 10:57 AM
Unknown Object (File)
Wed, Oct 29, 10:57 AM
Unknown Object (File)
Sun, Oct 26, 8:31 AM
Unknown Object (File)
Sun, Oct 26, 8:31 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable