aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-27 12:11:35 +0000
commit9bdd3e8497e55718c9f00156b461d347d1703510 (patch)
tree53b507c2318524c454b62f1e78e77807966c87e8 /Makefile.inc1
parent88e7c7a466f96afd83f8d6808ed0aafae2961c74 (diff)
downloadsrc-9bdd3e8497e55718c9f00156b461d347d1703510.tar.gz
src-9bdd3e8497e55718c9f00156b461d347d1703510.zip
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.
Notes
Notes: svn path=/head/; revision=142644
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 b6fbfb2dedfb..877fa34b83ea 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
#