mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
Ensure the stage_* targets we use exist
This commit is contained in:
parent
3743a7be4f
commit
cb05ce69c2
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue