summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-10-09 22:05:31 +0000
committerbapt <bapt@FreeBSD.org>2015-10-09 22:05:31 +0000
commitf089322414d309ca0666f69d4117cfa168c6864b (patch)
treee0a0cb8a24087f0d1c8eaf270bd350c019e08dd5 /Makefile.inc1
parentfffec930bedd5cd7fef0cd3c230f988899fafbba (diff)
downloadFreeBSD-src-f089322414d309ca0666f69d4117cfa168c6864b.zip
FreeBSD-src-f089322414d309ca0666f69d4117cfa168c6864b.tar.gz
Change make distribution so that it now call installconfig in all dirs along
with the current behaviour of calling "distribution" in the etc target. This allows mergemaster/etcupdate to still work when some configuration will be moved to be handled in the same directories their source code lives in.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e2c967d..d4e24e4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -996,10 +996,15 @@ redistribute: .MAKE
DISTRIBUTION=lib32
.endif
-distrib-dirs distribution: .MAKE
+distrib-dirs: .MAKE
cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET}
+distribution: .MAKE
+ cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} \
+ ${IMAKE_INSTALL} ${IMAKE_MTREE} METALOG=${METALOG} ${.TARGET}
+ ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 installconfig
+
#
# buildkernel and installkernel
#
OpenPOWER on IntegriCloud