Page MenuHomeFreeBSD

Makefile.inc1: Build source packages before sets
ClosedPublic

Authored by ivy on Oct 13 2025, 6:26 PM.
Tags
None
Referenced Files
F172650997: D53076.diff
Sat, Sep 19, 11:35 PM
Unknown Object (File)
Sun, Sep 13, 11:18 PM
Unknown Object (File)
Thu, Aug 27, 11:05 PM
Unknown Object (File)
Sat, Aug 22, 11:51 AM
Unknown Object (File)
Aug 18 2026, 1:59 PM
Unknown Object (File)
Aug 9 2026, 6:08 PM
Unknown Object (File)
Aug 9 2026, 6:08 PM
Unknown Object (File)
Aug 9 2026, 1:39 AM
Subscribers

Details

Summary

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

Diff Detail

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