From 567cbd8ff1c4edc1f2015ec4f93608aaf5a3c546 Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sun, 14 Apr 2024 15:31:26 -0700 Subject: [PATCH] release: Build dvd image before staging pkgs This missing dependency is only visible with -jN (which was otherwise broken until recently) and only when building DVD images (which aren't included in weekly snapshots and thereby slipped past testing). MFC after: 3 days --- release/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index 99927d611257..489cf4623ff4 100644 --- a/release/Makefile +++ b/release/Makefile @@ -297,7 +297,7 @@ packagesystem: ${DISTRIBUTIONS} sh ${.CURDIR}/scripts/make-manifest.sh *.txz > MANIFEST touch ${.TARGET} -pkg-stage: +pkg-stage: dvd # TODO: Support for -DNO_ROOT .if !defined(NOPKG) || empty(NOPKG) env PORTSDIR=${PORTSDIR} REPOS_DIR=${.CURDIR}/pkg_repos/ \