aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-04-14 22:31:26 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-04-14 23:45:40 +0000
commit567cbd8ff1c4edc1f2015ec4f93608aaf5a3c546 (patch)
treea2cfbd91d72a09edfa5ce2dc4f6ce54cd9e41d3a /release
parent7ffa1f14e3c19f0061ec9f38bb74c564a49ffc17 (diff)
downloadsrc-567cbd8ff1c4edc1f2015ec4f93608aaf5a3c546.tar.gz
src-567cbd8ff1c4edc1f2015ec4f93608aaf5a3c546.zip
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
Diffstat (limited to 'release')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
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/ \