Page MenuHomeFreeBSD

Makefile.inc1: Build source packages before sets
ClosedPublic

Authored by ivy on Oct 13 2025, 6:26 PM.
Tags
None
Referenced Files
F151241514: D53076.id.diff
Tue, Apr 7, 1:49 AM
F151207294: D53076.id164108.diff
Mon, Apr 6, 8:20 PM
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
Unknown Object (File)
Mon, Apr 6, 7:09 AM
Unknown Object (File)
Sat, Apr 4, 1:28 PM
Unknown Object (File)
Mar 8 2026, 12:49 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 67759
Build 64642: arc lint + arc unit