aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-09 22:05:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-09 22:05:31 +0000
commitdd985c8f7a6bebd979e96ff29e1029ccdcf43898 (patch)
treee0a0cb8a24087f0d1c8eaf270bd350c019e08dd5
parent9b4f4918ca6c60103fe902f416482a865add1394 (diff)
downloadsrc-dd985c8f7a6bebd979e96ff29e1029ccdcf43898.tar.gz
src-dd985c8f7a6bebd979e96ff29e1029ccdcf43898.zip
Notes
-rw-r--r--Makefile.inc17
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e2c967daeb9e..d4e24e4b5d37 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
#