Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel
- In reply to: Colin Percival : "Re: git: 65c603ed65c7 - main - release: distributekernel before packagekernel"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Apr 2024 16:49:28 UTC
On 4/10/24 11:51 AM, Colin Percival wrote: > On 4/10/24 08:29, John Baldwin wrote: >> On 4/9/24 11:29 PM, Colin Percival wrote: >>> release: distributekernel before packagekernel >>> With these as a single make command, `make -j` breaks when it tries to >>> package up a kernel which hasn't been distributed yet. >>> MFC after: 1 week >> >> Hmm, should this section of the toplevel Makefile be updated instead? >> [...] >> >> Seems like explicit .ORDER's for the various package* targets might be useful in >> general. > > I tried that, but the release build was still breaking. I wanted to make sure > that I got this into the tree before we start 14.1 builds so I went with the > option which was guaranteed to work rather than tracking down why. Sounds reasonable. -- John Baldwin