svn commit: r336841 - head/share/mk

Brad Davis brd at FreeBSD.org
Sat Jul 28 20:26:26 UTC 2018


Author: brd
Date: Sat Jul 28 20:26:25 2018
New Revision: 336841
URL: https://svnweb.freebsd.org/changeset/base/336841

Log:
  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

Modified:
  head/share/mk/bsd.confs.mk

Modified: head/share/mk/bsd.confs.mk
==============================================================================
--- head/share/mk/bsd.confs.mk	Sat Jul 28 20:21:23 2018	(r336840)
+++ head/share/mk/bsd.confs.mk	Sat Jul 28 20:26:25 2018	(r336841)
@@ -23,7 +23,6 @@ buildconfig: ${${group}}
 all: buildconfig
 .  endif
 
-.  if !target(installconfig)
 .    for group in ${CONFGROUPS}
 .      if defined(${group}) && !empty(${group})
 
@@ -130,8 +129,6 @@ _${group}INS_${cnf:T}: ${cnf}
 
 .    endif # defined(${group}) && !empty(${group})
 .  endfor
-
-.endif # !target(installconfig)
 
 .if ${MK_STAGING} != "no"
 .  if !empty(STAGE_SETS)


More information about the svn-src-all mailing list