Page MenuHomeFreeBSD

Makefile.inc1: Build source packages before sets
ClosedPublic

Authored by ivy on Oct 13 2025, 6:26 PM.
Tags
None
Referenced Files
F151184806: D53076.diff
Mon, Apr 6, 4:21 PM
F151184094: D53076.id164106.diff
Mon, Apr 6, 4:14 PM
F151172010: D53076.diff
Mon, Apr 6, 2:10 PM
F151130190: D53076.id164106.diff
Mon, Apr 6, 7:09 AM
Unknown Object (File)
Sat, Apr 4, 1:28 PM
Unknown Object (File)
Sun, Mar 8, 12:49 AM
Unknown Object (File)
Mar 5 2026, 5:31 PM
Unknown Object (File)
Jan 22 2026, 10:43 PM
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