git: cb05ce69c2b2 - main - Ensure the stage_* targets we use exist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 03:19:42 UTC
The branch main has been updated by sjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=cb05ce69c2b28fa35c7e4ef6d735cc259b2cc296
commit cb05ce69c2b28fa35c7e4ef6d735cc259b2cc296
Author: Simon J. Gerraty <sjg@FreeBSD.org>
AuthorDate: 2023-04-19 03:19:11 +0000
Commit: Simon J. Gerraty <sjg@FreeBSD.org>
CommitDate: 2023-04-19 03:19:11 +0000
Ensure the stage_* targets we use exist
---
share/mk/bsd.confs.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/share/mk/bsd.confs.mk b/share/mk/bsd.confs.mk
index eb87ba49caa9..d203087c67dc 100644
--- a/share/mk/bsd.confs.mk
+++ b/share/mk/bsd.confs.mk
@@ -135,8 +135,10 @@ _${group}INS_${cnf:T}: ${cnf}
.if ${MK_STAGING} != "no"
. if !empty(STAGE_SETS)
buildconfig: stage_files
+stage_files:
. if !empty(STAGE_AS_SETS)
buildconfig: stage_as
+stage_as:
. endif
. endif
.endif