summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
committerru <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
commit5d9bc16368a571a4efed23a179ae62e3a0610008 (patch)
tree53b507c2318524c454b62f1e78e77807966c87e8 /Makefile.inc1
parent129e10db74a618ccca6ff0fd28d4336b2edfbdea (diff)
downloadFreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.zip
FreeBSD-src-5d9bc16368a571a4efed23a179ae62e3a0610008.tar.gz
Added the convenience "distribution" target which calls the
target of the same name from src/etc/Makefile with a proper environment, suitable to be used during upgrades and cross- builds.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b6fbfb2..877fa34 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -546,6 +546,9 @@ redistribute:
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 distribute
+distribution:
+ cd ${.CURDIR}/etc; ${CROSSENV} PATH=${TMPPATH} ${MAKE} distribution
+
#
# buildkernel and installkernel
#
OpenPOWER on IntegriCloud