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.
Approved by: re (cperciva)
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
(cherry picked from commit ea5685ba79fc9309698ef72cf48bc1f0c91ad3dd)
(cherry picked from commit 3b5ec539beefb82dd3210f51c0e2e0759b20dad8)