]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release/Makefile.vm: Support read-only ports tree
authorColin Percival <cperciva@FreeBSD.org>
Thu, 11 Apr 2024 16:24:59 +0000 (09:24 -0700)
committerColin Percival <cperciva@FreeBSD.org>
Thu, 11 Apr 2024 16:28:05 +0000 (09:28 -0700)
commit6f454c211b295ad13e80fc5b858efc9bad33e33b
treee127b0ea0c978b507745e1566e337bd48cc2f72c
parenteeec7a1199d0ce913b40fedb9d7e0d08d3f4f9c4
release/Makefile.vm: Support read-only ports tree

Build qemu (if needed) with WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles
so that we can have a read-only /usr/ports and don't contaminate it.  This
became an issue when I enabled parallel release building, since one image
might be creating its ports.txz file at the same time as we're building
qemu as a prerequisite for building another image.

MFC after: 5 days
release/Makefile.vm