HomeFreeBSD

Makefile.inc1: Build source packages before sets

Description

Makefile.inc1: Build source packages before sets

To build set-src, we first need to build the source packages. Add a
.ORDER to ensure this happens. Otherwise, in a parallel build, sets
might be built before the src-* packages have finished building, and
set-src will be mysteriously missing.

MFC after: 3 seconds
Reported by: cperciva
Actually diagnosed by: jrtc27
One-line fix by: ivy
Reviewed by: cperciva
Differential Revision: https://reviews.freebsd.org/D53076

Details

Provenance
ivyAuthored on Oct 13 2025, 6:30 PM
Reviewer
cperciva
Differential Revision
D53076: Makefile.inc1: Build source packages before sets
Parents
rGd5cfca008d63: mmap_test: determine page size at run time rather than compile time
Branches
Unknown
Tags
Unknown