Fix `make distribute' installing some configs which means CONFS was broken
with etcupdate and mergemaster. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16478
This commit is contained in:
parent
a0a1ffcb16
commit
c696b89541
@ -23,7 +23,6 @@ buildconfig: ${${group}}
|
||||
all: buildconfig
|
||||
. endif
|
||||
|
||||
. if !target(installconfig)
|
||||
. for group in ${CONFGROUPS}
|
||||
. if defined(${group}) && !empty(${group})
|
||||
|
||||
@ -131,8 +130,6 @@ _${group}INS_${cnf:T}: ${cnf}
|
||||
. endif # defined(${group}) && !empty(${group})
|
||||
. endfor
|
||||
|
||||
.endif # !target(installconfig)
|
||||
|
||||
.if ${MK_STAGING} != "no"
|
||||
. if !empty(STAGE_SETS)
|
||||
buildconfig: stage_files
|
||||
|
Loading…
Reference in New Issue
Block a user