Page MenuHomeFreeBSD

Makefile.inc1: Build source packages before sets
ClosedPublic

Authored by ivy on Mon, Oct 13, 6:26 PM.
Tags
None
Referenced Files
F132586474: D53076.id164106.diff
Sat, Oct 18, 4:57 AM
Unknown Object (File)
Thu, Oct 16, 12:07 PM
Unknown Object (File)
Thu, Oct 16, 10:30 AM
Unknown Object (File)
Thu, Oct 16, 7:07 AM
Unknown Object (File)
Thu, Oct 16, 7:07 AM
Unknown Object (File)
Thu, Oct 16, 7:07 AM
Unknown Object (File)
Thu, Oct 16, 5:14 AM
Unknown Object (File)
Wed, Oct 15, 7:38 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